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 5641834 commit 456d414Copy full SHA for 456d414
config/application.rb
@@ -9,7 +9,10 @@
9
module CoderdojoJp
10
class Application < Rails::Application
11
# Initialize configuration defaults for originally generated Rails version.
12
- config.load_defaults 7.0
+ config.load_defaults 7.1
13
+
14
+ # パフォーマンス最適化: autoloadパスを$LOAD_PATHに追加しない
15
+ config.add_autoload_paths_to_load_path = false
16
17
# Please, add to the `ignore` list any other `lib` subdirectories that do
18
# not contain `.rb` files, or that should not be reloaded or eager loaded.
0 commit comments