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-01-27 15:28:00 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
db116a2ed688d36570f412a42e9fc33dcbca56c7
rails
/
actionpack
/
lib
/
action_controller
/
routing
History
Brennan Dunn
9cc8c0a0a1
Routes may be restricted to lists of HTTP methods instead of a single method or :any.
...
[
#407
state:resolved] Signed-off-by: Jeremy Kemper <
jeremy@bitsweat.net
>
2008-08-28 12:29:49 -07: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
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
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
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.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
Expose Routing::Segment::SAFE_PCHAR list of path characters that don't need escaping
2008-08-04 18:37:53 -07:00