index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
railties
/
lib
/
rails
/
application
/
routes_reloader.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fully initialize routes before the first request is handled
Jean Boussier
2017-01-18
1
-1
/
+16
*
Pass symbol as an argument instead of a block
Erik Michaels-Ober
2014-11-29
1
-3
/
+1
*
Use Ruby 1.9 Hash syntax in railties
Robin Dupret
2012-10-14
1
-1
/
+1
*
Revert "Allow loading external route files from the router"
José Valim
2012-06-29
1
-9
/
+4
*
Refactor RoutesReloader a bit to avoid creating extra hash objects
Carlos Antonio da Silva
2012-04-28
1
-3
/
+2
*
Routes reloader knows how to reload external files
Yehuda Katz
2012-04-25
1
-4
/
+10
*
We should finalize the routes as soon as possible and not wait for the contro...
José Valim
2012-01-06
1
-1
/
+1
*
FileUpdateChecker should be able to handle deleted files.
José Valim
2011-12-13
1
-4
/
+11
*
Clean up FileUpdateChecker API.
José Valim
2011-12-13
1
-4
/
+4
*
Speed up development by only reloading classes if dependencies files changed.
José Valim
2011-12-12
1
-8
/
+4
*
Composition > inheritance.
José Valim
2011-12-12
1
-3
/
+11
*
Refactored routes reloading to use RouteSet#append instead keeping block in E...
Piotr Sarnacki
2010-10-08
1
-18
/
+6
*
reload_routes! is part of the public API and should not be removed.
José Valim
2010-10-02
1
-2
/
+4
*
Moved Rails::RoutesReloader to Rails::Application::RoutesReloader
Piotr Sarnacki
2010-09-30
1
-0
/
+55
*
Use the new ActiveSupport::FileUpdateChecker instead of RoutesReloader.
José Valim
2010-06-20
1
-46
/
+0
*
Replace the placeholder base_hook API with on_load. To specify some code that
wycats
2010-03-29
1
-1
/
+1
*
Make many parts of Rails lazy. In order to facilitate this,
wycats
2010-03-07
1
-1
/
+1
*
Refactor MetalLoader and RoutesReloader to rely less on class configuration.
José Valim
2010-01-28
1
-8
/
+5
*
Ensure metals and initializers in plugins are loaded.
José Valim
2010-01-24
1
-7
/
+7
*
Solve some pendencies.
José Valim
2010-01-24
1
-7
/
+6
*
Extract Railtie load from application.
José Valim
2010-01-23
1
-5
/
+9
*
Extract routes reloading responsibilities from application and load them just...
José Valim
2010-01-23
1
-0
/
+46