aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/application/routes_reloader.rb
Commit message (Expand)AuthorAgeFilesLines
* Replace the placeholder base_hook API with on_load. To specify some code thatwycats2010-03-291-1/+1
* Make many parts of Rails lazy. In order to facilitate this,wycats2010-03-071-1/+1
* Refactor MetalLoader and RoutesReloader to rely less on class configuration.José Valim2010-01-281-8/+5
* Ensure metals and initializers in plugins are loaded.José Valim2010-01-241-7/+7
* Solve some pendencies.José Valim2010-01-241-7/+6
* Extract Railtie load from application.José Valim2010-01-231-5/+9
* Extract routes reloading responsibilities from application and load them just...José Valim2010-01-231-0/+46