1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/railties/lib
Xavier Noria a3e061def1 optimizes eager loading in :zeitwerk mode
During initialization, the eager load paths of engines are unshifted
into AS::Dependencies.autoload_paths. After that, the collection is
frozen. (See the initializers in railties/lib/rails/engine.rb.)

Hence, there is no eager load path that is not an autoload path too, and
so the array difference in the deleted code is always an empty array.

Just do nothing.
2019-03-30 13:01:42 +01:00
..
minitest Railities typo fixes. 2019-02-01 16:42:40 +05:30
rails optimizes eager loading in :zeitwerk mode 2019-03-30 13:01:42 +01:00
rails.rb moves a require to the file that needs it 2019-03-08 09:04:12 -08:00