No description
Find a file
2025-11-07 22:08:24 +00:00
.kamal initial commit 2025-07-12 13:19:22 +02:00
.woodpecker change test configuration to new ruby version 2025-11-02 17:38:22 +01:00
app placeholder success page 2025-08-09 10:35:09 +02: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 bundle update 2025-11-02 17:11:32 +01:00
config.ru initial commit 2025-07-12 13:19:22 +02:00
docker-compose.yml database configuration 2025-07-12 14:05:53 +02:00
Dockerfile ruby 3.4.5 2025-07-16 00:56:27 +02:00
Gemfile bundle update 2025-11-02 17:11:32 +01:00
Gemfile.lock Merge pull request 'Update dependency solid_cache to v1.0.9' (#31) from renovate/solid_cache-1.x-lockfile into main 2025-11-07 22:08:24 +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

  • ...