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
199e220e885277dad5e222bf98f00a67b2e6674e
rails
/
actionpack
/
lib
/
action_dispatch
/
routing
History
Aaron Patterson
5008d33eee
dry up case / when statement
2010-12-17 11:31:15 -08:00
..
mapper.rb
Fix indentation on the namespace method's documentation
2010-12-13 13:03:41 +10: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
The redirect routing method now allows for a hash of options which only changes the relevant parts of the url, or an object which responds to call can be supplied so common redirect rules can be easily reused. This commit includes a change where url generation from parts has been moved to AD::Http::URL as a class method.
2010-11-30 16:36:01 +01:00
route.rb
Strip regexp anchors from rake routes output [
#5934
state:resolved]
2010-11-09 05:24:10 +00: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