We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 469ad62 commit 5bbd96cCopy full SHA for 5bbd96c
spec/dummy/config/application.rb
@@ -1,5 +1,7 @@
1
require_relative 'boot'
2
3
+require "logger" # Fix for Rails 7.0 and below, https://github.com/rails/rails/pull/54264
4
+
5
require 'rails/all'
6
7
Bundler.require(*Rails.groups)
@@ -16,7 +18,7 @@ class Application < Rails::Application
16
18
# Application configuration can go into files in config/initializers
17
19
# -- all .rb files in that directory are automatically loaded after loading
20
# the framework and any gems in your application.
-
21
22
config.eager_load = true ### to catch more bugs in development/test environments
23
end
24
0 commit comments