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 0f2d2ba commit fb9a33dCopy full SHA for fb9a33d
activesupport/lib/active_support/dependencies.rb
@@ -54,9 +54,6 @@ def eager_load?(path)
54
Dependencies._eager_load_paths.member?(path)
55
end
56
57
- # Should we load files or require them?
58
- mattr_accessor :mechanism, default: ENV["NO_RELOAD"] ? :require : :load
59
-
60
# The set of directories from which we may automatically load files. Files
61
# under these directories will be reloaded on each request in development mode,
62
# unless the directory also appears in autoload_once_paths.
0 commit comments