aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/application/routes_reloader.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Only execute route updater once on app bootJonathan Boler2018-06-191-5/+1
* Eager load routes on rebuildJonathan Boler2018-06-041-14/+2
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Fully initialize routes before the first request is handledJean Boussier2017-01-181-1/+16
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-3/+1
* Use Ruby 1.9 Hash syntax in railtiesRobin Dupret2012-10-141-1/+1
* Revert "Allow loading external route files from the router"José Valim2012-06-291-9/+4
* Refactor RoutesReloader a bit to avoid creating extra hash objectsCarlos Antonio da Silva2012-04-281-3/+2
* Routes reloader knows how to reload external filesYehuda Katz2012-04-251-4/+10
* We should finalize the routes as soon as possible and not wait for the contro...José Valim2012-01-061-1/+1
* FileUpdateChecker should be able to handle deleted files.José Valim2011-12-131-4/+11
* Clean up FileUpdateChecker API.José Valim2011-12-131-4/+4
* Speed up development by only reloading classes if dependencies files changed.José Valim2011-12-121-8/+4
* Composition > inheritance.José Valim2011-12-121-3/+11
* 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