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
*
Make it simpler to make the root route an alias for another route. Closes #...
Michael Koziarski
2008-01-26
1
-0
/
+6
*
Performance: optimize route recognition. Large speedup for apps with many res...
Jeremy Kemper
2008-01-19
1
-0
/
+1
*
Restructure routing into several smaller files. References #10835 [oleganza]
Michael Koziarski
2008-01-17
1
-1179
/
+7
*
Use extract_options! rather than Hash test + pop. Closes #10628 [ssoroka]
Jeremy Kemper
2007-12-28
1
-1
/
+1
*
Docfix (closes #10429) [jamesh/ssoroka]
David Heinemeier Hansson
2007-12-14
1
-9
/
+8
*
Make the routes rake task more discoverable but documenting it in the routing...
Marcel Molina
2007-12-13
1
-0
/
+4
*
Fixed to_s bug with namespace routes (closes #10283) [johnb]
David Heinemeier Hansson
2007-11-26
1
-1
/
+1
*
Fixed that named routes living under resources shouldn't have double slashes ...
David Heinemeier Hansson
2007-11-25
1
-1
/
+1
*
Ensure that the routing optimisation code isn't used when additional argument...
Michael Koziarski
2007-11-20
1
-4
/
+10
*
Add documentation for route conditions. Closes #9041 [innu, manfred]
Marcel Molina
2007-11-06
1
-0
/
+18
*
Minor documentation enhancements and white-space fixes. Closes #9819 [chuyeow]
Michael Koziarski
2007-11-06
1
-144
/
+144
*
Make sure that custom inflections are picked up by map.resources by triggerin...
Michael Koziarski
2007-10-13
1
-7
/
+20
*
Fix url_for, redirect_to, etc. with :controller => :symbol instead of 'string...
Jeremy Kemper
2007-10-07
1
-0
/
+3
*
Move ActionController::Routing.optimise_named_routes to ActionController::Bas...
Rick Olson
2007-10-03
1
-12
/
+7
*
Ruby 1.9 compat, consistent load paths
Jeremy Kemper
2007-10-02
1
-9
/
+11
*
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
[next]