aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/application/routes_reloader.rb
Commit message (Expand)AuthorAgeFilesLines
* Refactored routes reloading to use RouteSet#append instead keeping block in E...Piotr Sarnacki2010-10-081-18/+6
* reload_routes! is part of the public API and should not be removed.José Valim2010-10-021-2/+4
* Moved Rails::RoutesReloader to Rails::Application::RoutesReloaderPiotr Sarnacki2010-09-301-0/+55
* Use the new ActiveSupport::FileUpdateChecker instead of RoutesReloader.José Valim2010-06-201-46/+0
* 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