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
76e4e2fa468593c42623472055d329dfeb577c49
rails
/
actionpack
/
lib
/
action_dispatch
/
routing
History
Aaron Patterson
acd4bfb537
Just define methods directly on the class rather than use the module
...
indirection. clever--
2011-03-11 18:16:47 -08:00
..
mapper.rb
Just define methods directly on the class rather than use the module
2011-03-11 18:16:47 -08:00
polymorphic_routes.rb
dry up case / when statement
2010-12-17 11:31:15 -08:00
redirection.rb
Added documentation explaining the new additional supported syntaxes for the routing redirect method, a small changelog note, and two extra tests for path interpolation when using the hash option syntax.
2010-11-30 17:55:33 +01:00
route_set.rb
stop being clever and just call methods on the Route object
2011-03-08 16:18:27 -08:00
route.rb
stop being clever and just call methods on the Route object
2011-03-08 16:18:27 -08:00
routes_proxy.rb
Move RoutesProxy to separate file
2010-09-03 22:59:13 +02:00
url_for.rb
copy-edits RDoc of
2fe43b6
2010-11-23 22:51:51 +01:00