first commit

This commit is contained in:
2026-08-08 20:03:22 -05:00
commit 3eb8a065ac
55 changed files with 2687 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
Rails.application.configure do
config.enable_reloading = false
config.eager_load = ENV["CI"].present?
config.consider_all_requests_local = true
config.action_dispatch.show_exceptions = :rescuable
end