aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAndrew White <andyw@pixeltrix.co.uk>2013-02-19 07:48:06 +0000
committerAndrew White <andyw@pixeltrix.co.uk>2013-02-19 07:53:13 +0000
commit212ef5278b673aee304519d886d5db86a87b1437 (patch)
tree6ee8446874afb04747acf7fceec7f2a2daa6efe7 /tools
parenta8bf12979e5fa15282b39c8cfa315e663f613539 (diff)
downloadrails-212ef5278b673aee304519d886d5db86a87b1437.tar.gz
rails-212ef5278b673aee304519d886d5db86a87b1437.tar.bz2
rails-212ef5278b673aee304519d886d5db86a87b1437.zip
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.
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions