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 2ab7c22a76 removes unneeded require in rails/railtie.rb
Railties' `config` method instatiates a Rails::Railtie::Configuration
object. Rails::Configuration is not used in this file.

The patch does not replace the file being required with the one for
Rails::Railtie::Configuration because that one is autoloaded. See the
spot where this patch changes double quotes with single quotes.

Rails::Railtie::Configuration does depend on Rails::Configuration, and
it requires it accordingly.
2016-04-18 13:30:22 +02:00
..
rails removes unneeded require in rails/railtie.rb 2016-04-18 13:30:22 +02:00
rails.rb better docs for Rails.root and Rails.public_path 2015-05-07 10:54:26 -06:00