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-04-26 03:00:59 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
5db9f9b3ad47fadf0b3f12ada1c2ea7b9c15ded5
rails
/
actionpack
/
lib
/
action_controller
/
routing
History
Jeremy Kemper
5db9f9b3ad
Pare down object creation during route building
2008-11-10 22:21:09 -08:00
..
builder.rb
Pare down object creation during route building
2008-11-10 22:21:09 -08:00
optimisations.rb
Cleaned up route optimisation guard condition generation code as it was getting a little messy.
2008-11-01 19:06:25 +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
Ensure routing optimizations are cleared when new routes are added [
#981
state:resolved]
2008-09-07 10:21:34 -05:00
route.rb
Routes may be restricted to lists of HTTP methods instead of a single method or :any.
2008-08-28 12:29:49 -07:00
routing_ext.rb
Pare down object creation during route building
2008-11-10 22:21:09 -08:00
segments.rb
Some performance goodness for routing.
2008-09-03 00:55:23 +02:00