1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/activesupport/lib/active_support/dependencies
Jean Boussier 9f7222b1ed Modernize ActiveSupport::Autoload
We no longer need to define instance variables to avoid uninitialized
instance variable warnings.

Also rather than to keep a hash of `constant -> path` forever, we
can simply keep a list of constants and call `const_get` for each of
them.

And finally we can clear the list we kept, as it's just wasted memory.
2022-03-01 09:06:04 +01:00
..
autoload.rb Modernize ActiveSupport::Autoload 2022-03-01 09:06:04 +01:00
interlock.rb Enable Style/ExplicitBlockArgument cop 2021-09-05 17:06:19 +02:00
require_dependency.rb Deletes the classic implementation of require_dependency 2021-08-09 17:26:51 +02:00