]> git.openstreetmap.org Git - rails.git/commitdiff
Stop adding autoloaded paths to $LOAD_PATH
authorTom Hughes <tom@compton.nu>
Fri, 27 Oct 2023 16:25:50 +0000 (17:25 +0100)
committerTom Hughes <tom@compton.nu>
Fri, 27 Oct 2023 16:25:50 +0000 (17:25 +0100)
config/initializers/new_framework_defaults_7_1.rb

index 6837ef8618b04b9fe8ce2a5af7814b220a50b30b..700aefeda0b8d7d23a5ecdab8fb7770419742d43 100644 (file)
@@ -13,7 +13,7 @@
 # to manually require files that are managed by the autoloader, which you shouldn't do anyway.
 # This will reduce the size of the load path, making `require` faster if you don't use bootsnap, or reduce the size
 # of the bootsnap cache if you use it.
-Rails.application.config.add_autoload_paths_to_load_path = false
+Rails.application.config.add_autoload_paths_to_load_path = false
 
 # Remove the default X-Download-Options headers since it is used only by Internet Explorer.
 # If you need to support Internet Explorer, add back `"X-Download-Options" => "noopen"`.