index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
test
/
controller
/
routing_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed to_s bug with namespace routes (closes #10283) [johnb]
David Heinemeier Hansson
2007-11-26
1
-0
/
+20
*
Fixed that named routes living under resources shouldn't have double slashes ...
David Heinemeier Hansson
2007-11-25
1
-0
/
+14
*
Ensure that the routing optimisation code isn't used when additional argument...
Michael Koziarski
2007-11-20
1
-2
/
+10
*
Expand Routes::DynamicSegment test coverage. Closes #7122 [Kevin Clark]
Jeremy Kemper
2007-10-15
1
-0
/
+22
*
Make sure that custom inflections are picked up by map.resources by triggerin...
Michael Koziarski
2007-10-13
1
-0
/
+60
*
Move ActionController::Routing.optimise_named_routes to ActionController::Bas...
Rick Olson
2007-10-03
1
-1
/
+6
*
Re-enable Routing optimisation code for _url methods, add defined?(request) t...
Michael Koziarski
2007-09-28
1
-8
/
+18
*
Fixed spelling errors (closes #9706) [tarmo/rmm5t]
David Heinemeier Hansson
2007-09-28
1
-1
/
+1
*
Optimized named routes respect AbstractRequest.relative_url_root. Closes #9612.
Jeremy Kemper
2007-09-23
1
-4
/
+9
*
Remove , and ; (comma and semicolon) from routing separators again. Reference...
Jeremy Kemper
2007-09-23
1
-1
/
+1
*
Disable the routing optimisation code when dealing with foo_url helpers. Add...
Michael Koziarski
2007-09-22
1
-6
/
+6
*
Disable optimisation code for UrlWriter as request.host doesn't make sense th...
Michael Koziarski
2007-09-17
1
-3
/
+4
*
Fixed optimized route segment escaping. Closes #9562.
Jeremy Kemper
2007-09-15
1
-0
/
+8
*
root_path returns '/' not ''. Closes #9563.
Jeremy Kemper
2007-09-15
1
-1
/
+10
*
Optimise named route generation when using positional arguments. Closes #945...
Michael Koziarski
2007-09-09
1
-51
/
+90
*
Remove deprecated named routes [pixeltrix]
Tobias Lütke
2007-09-06
1
-53
/
+1
*
Allow additional parameters to be passed to named route helpers when using po...
Michael Koziarski
2007-09-05
1
-0
/
+12
*
Prefix nested resource named routes with their action name, e.g. new_group_us...
Jeremy Kemper
2007-06-27
1
-1
/
+37
*
Routing: improve static segment test coverage. #7117 [Kevin Clark]
Jeremy Kemper
2007-06-09
1
-6
/
+6
*
Routing: drop semicolon and comma as route separators.
Jeremy Kemper
2007-05-29
1
-18
/
+24
*
Routing: respond with 405 Method Not Allowed status when the route path match...
Jeremy Kemper
2007-05-26
1
-6
/
+16
*
Allow routes to be declared off namespaces
Tobias Lütke
2007-05-19
1
-1
/
+43
*
Rationalize route path escaping according to RFC 2396 section 3.3. Closes #75...
Jeremy Kemper
2007-05-14
1
-31
/
+30
*
Add broken test
Nicholas Seckar
2007-05-12
1
-0
/
+5
*
Add ActionController::Routing::Helpers, a module to contain common URL helper...
Nicholas Seckar
2007-05-12
1
-2
/
+12
*
More documentations for typos in routes. Closes #8228 [pam]
Marcel Molina
2007-05-06
1
-1
/
+1
*
Make sure the expiry hash is built by comparing the to_param-ized values of e...
Jamis Buck
2007-03-26
1
-1
/
+8
*
Allow array and hash query parameters. Array route parameters are converted/t...
Jeremy Kemper
2007-03-06
1
-1
/
+1
*
Fixed broken test
David Heinemeier Hansson
2007-02-25
1
-2
/
+5
*
Routing: better support for escaped values in route segments. Closes #7544.
Jeremy Kemper
2007-02-21
1
-0
/
+40
*
fix form_for example in ActionController::Resources documentation. Closes #7...
Rick Olson
2007-02-04
1
-0
/
+32
*
Allow Routes to generate all urls for a set of options by specifying :generat...
Nicholas Seckar
2007-01-28
1
-0
/
+14
*
Use a consistent load path to avoid double requires. Fix some scattered Ruby ...
Jeremy Kemper
2007-01-28
1
-4
/
+3
*
Improve Test Coverage for ActionController::Routing::Route#matches_controller...
Rick Olson
2007-01-17
1
-1
/
+16
*
Routing uses URI escaping for path components and CGI escaping for query para...
Jeremy Kemper
2006-12-28
1
-2
/
+9
*
Fix a bug in Routing where a parameter taken from the path of the current req...
Nicholas Seckar
2006-12-09
1
-0
/
+11
*
Dropped the idea of automatically routing :format for the vanilla routes -- t...
David Heinemeier Hansson
2006-12-04
1
-4
/
+18
*
Update Routing to complain when :controller is not specified by a route. Clos...
Nicholas Seckar
2006-11-22
1
-0
/
+6
*
silence const_set warning
Jeremy Kemper
2006-11-13
1
-4
/
+7
*
clean up failing routing tests from missing :only_path option [Rick]
Rick Olson
2006-10-22
1
-11
/
+11
*
Fix routing to correctly determine when generation fails. Closes #6300.
Nicholas Seckar
2006-10-16
1
-0
/
+27
*
remove an obsolete #dup call. avoid double negatives, to make the code easier...
Jamis Buck
2006-10-15
1
-7
/
+9
*
Rename test assertion to prevent shadowing. Closes #6306.
Nicholas Seckar
2006-10-09
1
-1
/
+1
*
Clear the cache of possible controllers whenever Routes are reloaded.
Nicholas Seckar
2006-09-23
1
-1
/
+27
*
Fix routing to respect user provided requirements and defaults when assigning...
Nicholas Seckar
2006-09-20
1
-1
/
+61
*
Fixed default routing NoMethodError downcase for nil when default controller ...
David Heinemeier Hansson
2006-09-04
1
-0
/
+9
*
Add routing tests to assert that RoutingError is raised when conditions aren'...
Rick Olson
2006-09-02
1
-0
/
+11
*
Add test case from ticket #4090
Nicholas Seckar
2006-08-22
1
-0
/
+12
*
Relax Routing's anchor pattern warning; it was preventing use of [^/] inside ...
Nicholas Seckar
2006-08-15
1
-0
/
+38
*
Add controller_paths variable to Routing; Assign Routing.controller_paths fro...
Nicholas Seckar
2006-08-15
1
-6
/
+4
[next]