This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
rails
Watch
1
Star
1
Fork
0
You've already forked rails
mirror of
https://github.com/github/rails.git
synced
2026-02-04 03:05:27 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
cd1a9ed991e8988dbcc28023b91e76b5ee45f79b
rails
/
actionpack
/
lib
/
action_controller
/
routing
History
Gabe da Silveira
917428bcce
Make optimized named routes respect all reserved options and tie it into UrlRewriter::RESERVED_OPTIONS so it's DRY
...
Signed-off-by: Michael Koziarski <
michael@koziarski.com
>
2008-11-18 22:47:33 +01:00
..
builder.rb
Pare down object creation during route building
2008-11-10 22:21:09 -08:00
optimisations.rb
Make optimized named routes respect all reserved options and tie it into UrlRewriter::RESERVED_OPTIONS so it's DRY
2008-11-18 22:47:33 +01:00
recognition_optimisation.rb
Don't eval recognize_optimized use __FILE__ and __LINE__ in the optimised recognition code.
2008-11-06 19:52:44 +00:00
route_set.rb
Make optimized named routes respect all reserved options and tie it into UrlRewriter::RESERVED_OPTIONS so it's DRY
2008-11-18 22:47:33 +01:00
route.rb
Eliminate excess Regexp creation due to capture counting
2008-11-10 22:21:09 -08:00
routing_ext.rb
Pare down object creation during route building
2008-11-10 22:21:09 -08:00
segments.rb
Eliminate excess Regexp creation due to capture counting
2008-11-10 22:21:09 -08:00