Skip to content

Commit 456d414

Browse files
committed
Rails 7.1 のデフォルト設定を読み込むように設定
1 parent 5641834 commit 456d414

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

config/application.rb

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@
99
module CoderdojoJp
1010
class Application < Rails::Application
1111
# Initialize configuration defaults for originally generated Rails version.
12-
config.load_defaults 7.0
12+
config.load_defaults 7.1
13+
14+
# パフォーマンス最適化: autoloadパスを$LOAD_PATHに追加しない
15+
config.add_autoload_paths_to_load_path = false
1316

1417
# Please, add to the `ignore` list any other `lib` subdirectories that do
1518
# not contain `.rb` files, or that should not be reloaded or eager loaded.

0 commit comments

Comments
 (0)