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
4dec00a9d8262d85b733aa3bd5b68d2b7de950a7
rails
/
actionpack
/
lib
/
action_dispatch
/
routing
History
José Valim
28cf77203b
Check if the routes object really responds to define_mount_prefix.
2010-12-09 13:15:25 +01:00
..
mapper.rb
Check if the routes object really responds to define_mount_prefix.
2010-12-09 13:15:25 +01:00
polymorphic_routes.rb
Convert unless/else into if/else.
2010-09-27 17:46:00 +02: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