No description
  • Ruby 61.9%
  • HTML 32.1%
  • Shell 2.1%
  • Dockerfile 2.1%
  • JavaScript 1.4%
  • Other 0.4%
Find a file
Casper Schuijt 5bda3c7408
All checks were successful
ci/woodpecker/push/test Pipeline was successful
bundle update
2026-07-15 22:57:45 +02:00
.kamal initial commit 2025-07-12 13:19:22 +02:00
.woodpecker ruby 4.0.6 2026-07-15 22:56:59 +02:00
app improve Handle model documentation 2025-12-20 18:33:08 +01:00
bin initial commit 2025-07-12 13:19:22 +02:00
config rubocop 2025-08-11 18:21:41 +02:00
db domains and handles 2025-07-12 23:39:56 +02:00
lib rubocop 2025-07-15 14:14:08 +02:00
log initial commit 2025-07-12 13:19:22 +02:00
public initial commit 2025-07-12 13:19:22 +02:00
script initial commit 2025-07-12 13:19:22 +02:00
spec clean up conflicting handles when saving 2025-07-20 18:30:43 +02:00
tmp initial commit 2025-07-12 13:19:22 +02:00
vendor initial commit 2025-07-12 13:19:22 +02:00
.dockerignore initial commit 2025-07-12 13:19:22 +02:00
.gitattributes initial commit 2025-07-12 13:19:22 +02:00
.gitignore initial commit 2025-07-12 13:19:22 +02:00
.rspec specs 2025-07-12 13:55:28 +02:00
.rubocop.yml initial commit 2025-07-12 13:19:22 +02:00
.ruby-version ruby 4.0.6 2026-07-15 22:56:59 +02:00
config.ru initial commit 2025-07-12 13:19:22 +02:00
docker-compose.yml use postgres 18 2025-12-20 18:46:04 +01:00
Dockerfile ruby 4.0.6 2026-07-15 22:56:59 +02:00
Gemfile bundle update 2025-11-02 17:11:32 +01:00
Gemfile.lock bundle update 2026-07-15 22:57:45 +02:00
Procfile.dev initial commit 2025-07-12 13:19:22 +02:00
Rakefile initial commit 2025-07-12 13:19:22 +02:00
README.md initial commit 2025-07-12 13:19:22 +02:00
renovate.json Add renovate.json 2025-07-15 23:32:11 +00:00

README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

  • ...