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
227ee2ecb46f1609938a83ed82abde1a45ebe2eb
rails
/
actionpack
/
lib
/
action_controller
/
routing
History
Clemens Kofler
948ed34600
Some performance goodness for routing.
...
Signed-off-by: Jeremy Kemper <
jeremy@bitsweat.net
>
2008-09-03 00:55:23 +02:00
..
builder.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
optimisations.rb
Fixes optimised named routes generating question mark followed by nothing when provided an empty hash as the last argument.
2008-08-31 19:42:01 +02:00
recognition_optimisation.rb
Prepare Route#generate and Route#recognize early. Also refactor segments a bit to try to make immutable.
2008-07-28 13:41:42 -05:00
route_set.rb
Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, but it has since been removed from 1.9.
2008-08-31 13:20:15 -07: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
Routing whitespace cleanup
2008-07-28 13:38:20 -05:00
segments.rb
Some performance goodness for routing.
2008-09-03 00:55:23 +02:00