No description
Find a file
2025-12-23 16:00:31 +00:00
.kamal initial commit 2025-07-12 13:19:22 +02:00
.woodpecker use postgres 18 2025-12-20 18:46:04 +01: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 3.4.8 2025-12-20 18:07:17 +01: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 3.4.8 2025-12-20 18:07:17 +01:00
Gemfile bundle update 2025-11-02 17:11:32 +01:00
Gemfile.lock Update dependency bootsnap to v1.20.0 2025-12-23 10:32:49 +00: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

  • ...