rails/railties/lib
Andrew White 212ef5278b Remove config.autoload_paths from config/application.rb
Most application developers shouldn't be adding paths to
`config.autoload_paths` as it won't be eagerly loaded so
remove it from the generated config/application.rb file.

If a developer does want to autoload from paths outside of the app
directory then they should add the path to `config.eager_load_paths`
as these paths are also autoloaded as well.
2013-02-19 07:53:13 +00:00
..
rails Remove config.autoload_paths from config/application.rb 2013-02-19 07:53:13 +00:00
rails.rb Move background jobs to the 'jobs' branch until fully baked. Not shipping with Rails 4.0. 2012-12-21 16:29:47 -08:00