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
/
lib
/
action_controller
/
routing.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove , and ; (comma and semicolon) from routing separators again. Reference...
Jeremy Kemper
2007-09-23
1
-2
/
+2
*
Remove use of & logic operator. Closes #8114.
Nicholas Seckar
2007-09-22
1
-1
/
+1
*
Don't warn when a path segment precedes a required segment. Closes #9615.
Nicholas Seckar
2007-09-21
1
-1
/
+5
*
Disable optimisation code for UrlWriter as request.host doesn't make sense th...
Michael Koziarski
2007-09-17
1
-6
/
+14
*
Fixed optimized route segment escaping. Closes #9562.
Jeremy Kemper
2007-09-15
1
-27
/
+26
*
Random hits from the style nazi
David Heinemeier Hansson
2007-09-09
1
-2
/
+1
*
Optimise named route generation when using positional arguments. Closes #945...
Michael Koziarski
2007-09-09
1
-8
/
+32
*
Remove deprecated named routes [pixeltrix]
Tobias Lütke
2007-09-06
1
-21
/
+4
*
Allow additional parameters to be passed to named route helpers when using po...
Michael Koziarski
2007-09-05
1
-1
/
+8
*
Fix incorrectly named instance variable.
Michael Koziarski
2007-08-29
1
-1
/
+1
*
Use mocha to avoid the sleep calls in the compiled_template tests. [tarmo] Cl...
Michael Koziarski
2007-08-29
1
-1
/
+1
*
Only reload routes.rb if its been modified. [Dreamer3]
Michael Koziarski
2007-08-29
1
-2
/
+15
*
Prefix nested resource named routes with their action name, e.g. new_group_us...
Jeremy Kemper
2007-06-27
1
-2
/
+20
*
Routing: drop semicolon and comma as route separators.
Jeremy Kemper
2007-05-29
1
-4
/
+2
*
Fix syntax error in code example for routing documentation. #8377. [norbert]
Marcel Molina
2007-05-26
1
-3
/
+2
*
Routing: respond with 405 Method Not Allowed status when the route path match...
Jeremy Kemper
2007-05-26
1
-1
/
+12
*
Allow routes to be declared off namespaces
Tobias Lütke
2007-05-19
1
-3
/
+34
*
Rationalize route path escaping according to RFC 2396 section 3.3. Closes #75...
Jeremy Kemper
2007-05-14
1
-11
/
+21
*
Removed deprecated parameters_for_method_reference concept (legacy from befor...
David Heinemeier Hansson
2007-05-12
1
-0
/
+2
*
Add ActionController::Routing::Helpers, a module to contain common URL helper...
Nicholas Seckar
2007-05-12
1
-5
/
+14
*
More documentations for typos in routes. Closes #8228 [pam]
Marcel Molina
2007-05-06
1
-1
/
+1
*
Fix documentation typo in routes. Closes #8250. [norbert]
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
/
+1
*
Allow array and hash query parameters. Array route parameters are converted/t...
Jeremy Kemper
2007-03-06
1
-23
/
+14
*
Routing: better support for escaped values in route segments. Closes #7544.
Jeremy Kemper
2007-02-21
1
-6
/
+12
*
fix form_for example in ActionController::Resources documentation. Closes #7...
Rick Olson
2007-02-04
1
-2
/
+17
*
Allow Routes to generate all urls for a set of options by specifying :generat...
Nicholas Seckar
2007-01-28
1
-0
/
+9
*
Improve routes documentation. Closes #7095.
Jeremy Kemper
2007-01-28
1
-15
/
+26
*
Use a consistent load path to avoid double requires. Fix some scattered Ruby ...
Jeremy Kemper
2007-01-28
1
-2
/
+2
*
Nodoc the irrelevant (from 1.2)
David Heinemeier Hansson
2007-01-26
1
-12
/
+12
*
Routing uses URI escaping for path components and CGI escaping for query para...
Jeremy Kemper
2006-12-28
1
-7
/
+8
*
Fix a bug in Routing where a parameter taken from the path of the current req...
Nicholas Seckar
2006-12-09
1
-3
/
+3
*
Dropped the idea of automatically routing :format for the vanilla routes -- t...
David Heinemeier Hansson
2006-12-04
1
-0
/
+5
*
Update Routing to complain when :controller is not specified by a route. Clos...
Nicholas Seckar
2006-11-22
1
-0
/
+4
*
Reuse named route helper module between Routing reloads to prevent memory leaks.
Nicholas Seckar
2006-11-17
1
-1
/
+5
*
Force *_url named routes to show the host in ActionView [Rick]
Rick Olson
2006-10-20
1
-1
/
+1
*
Fix routing to correctly determine when generation fails. Closes #6300.
Nicholas Seckar
2006-10-16
1
-1
/
+1
*
remove an obsolete #dup call. avoid double negatives, to make the code easier...
Jamis Buck
2006-10-15
1
-3
/
+2
*
Install named routes into ActionView::Base instead of proxying them to the vi...
Nicholas Seckar
2006-10-11
1
-5
/
+2
*
Clear the cache of possible controllers whenever Routes are reloaded.
Nicholas Seckar
2006-09-23
1
-1
/
+3
*
Fix routing to respect user provided requirements and defaults when assigning...
Nicholas Seckar
2006-09-20
1
-8
/
+27
*
Documentation for routes (closes #5165) [rramdas@gmail.com]
David Heinemeier Hansson
2006-09-04
1
-0
/
+188
*
Fixed default routing NoMethodError downcase for nil when default controller ...
David Heinemeier Hansson
2006-09-04
1
-2
/
+5
*
Relax Routing's anchor pattern warning; it was preventing use of [^/] inside ...
Nicholas Seckar
2006-08-15
1
-1
/
+1
*
Add controller_paths variable to Routing; Assign Routing.controller_paths fro...
Nicholas Seckar
2006-08-15
1
-9
/
+8
*
Tweak RoutingError message to show option diffs, not just missing named route...
Rick Olson
2006-08-13
1
-2
/
+2
*
Add RoutingError exception when RouteSet fails to generate a path from a Name...
Rick Olson
2006-08-09
1
-4
/
+7
*
it's me, john wayne
Nicholas Seckar
2006-08-07
1
-12
/
+0
*
Make Routing noisy when an anchor regexp is assigned to a segment. Closes #5674
Nicholas Seckar
2006-08-05
1
-1
/
+4
*
Added map.resources from the Simply Restful plugin (backwards incompatible wi...
David Heinemeier Hansson
2006-07-31
1
-8
/
+1
[next]