public
Fork of rails/rails
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/tomafro/rails.git

tomafro's rails Feed   feed

tomafro committed to tomafro/rails 2 months ago
tomafro committed to tomafro/rails 3 months ago

6b8e790d3ff0dd737e01ad2eb0c2d7e2830e8c48

Changed Rails::Initializer to sort files before eager loading them. This ensures that any files in a parent directory will be loaded before files in a subdirectory of the 'same' name. i.e. zoo.rb will be loaded before zoo/reptile_house.rb