No description
Find a file
Casper Schuijt 288fbb0ba4
All checks were successful
ci/woodpecker/push/test Pipeline was successful
bundle update
2025-07-23 19:57:05 +02:00
.kamal initial commit 2025-07-12 13:19:22 +02:00
.woodpecker ruby 3.4.5 2025-07-16 00:56:27 +02:00
app change validation criteria for checking existing handles 2025-07-23 14:08:20 +02:00
bin initial commit 2025-07-12 13:19:22 +02:00
config Merge branch 'main' into domains-controller 2025-07-20 19:05:02 +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.5 2025-07-16 00:56:27 +02: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 request specs for handles routing 2025-07-15 16:04:18 +02:00
Gemfile.lock bundle update 2025-07-23 19:57:05 +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

  • ...