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_optimisation.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typos (closes #10378)
David Heinemeier Hansson
2007-12-05
1
-1
/
+1
*
correct confusing comments
Michael Koziarski
2007-11-28
1
-1
/
+1
*
Make sure the optimisation code for routes doesn't get used if :host, :anchor...
Michael Koziarski
2007-11-28
1
-1
/
+1
*
Ensure request is present, as well as defined. [nzkoz]
Michael Koziarski
2007-09-29
1
-4
/
+4
*
Re-enable Routing optimisation code for _url methods, add defined?(request) t...
Michael Koziarski
2007-09-28
1
-4
/
+4
*
Optimized named routes respect AbstractRequest.relative_url_root. Closes #9612.
Jeremy Kemper
2007-09-23
1
-0
/
+2
*
Disable the routing optimisation code when dealing with foo_url helpers. Add...
Michael Koziarski
2007-09-22
1
-3
/
+5
*
Disable optimisation code for UrlWriter as request.host doesn't make sense th...
Michael Koziarski
2007-09-17
1
-2
/
+20
*
Fixed optimized route segment escaping. Closes #9562.
Jeremy Kemper
2007-09-15
1
-3
/
+2
*
root_path returns '/' not ''. Closes #9563.
Jeremy Kemper
2007-09-15
1
-6
/
+5
*
Optimise named route generation when using positional arguments. Closes #945...
Michael Koziarski
2007-09-09
1
-0
/
+99