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_dispatch
/
journey
/
router
/
utils.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Freeze string literals when not mutated.
schneems
2015-07-19
1
-3
/
+3
*
Use block variable instead of global
schneems
2015-06-01
1
-1
/
+1
*
Force encoding of US-ASCII to UTF-8 in unescape_uri.
Karl Entwistle
2014-07-10
1
-5
/
+7
*
Make URL escaping more consistent
Andrew White
2014-04-20
1
-0
/
+9
*
Optimize URI escaping
Andrew White
2014-04-20
1
-17
/
+42
*
Always escape string passed to url helper.
edogawaconan
2014-04-20
1
-1
/
+1
*
Correct error in Utils.normalize_path that changed paths improperly
Josh Symonds
2013-10-23
1
-1
/
+1
*
[ci skip] Add some comment about downcase url encoded string.
kennyj
2013-09-22
1
-0
/
+2
*
Remove 1.8 compatible code
kennyj
2013-09-19
1
-1
/
+1
*
Fix an issue where router can't recognize downcased url encoding path.
kennyj
2013-09-19
1
-0
/
+1
*
:nodoc: Journey because is not part of the public API [ci skip]
Francesco Rodriguez
2012-12-19
1
-4
/
+4
*
remove code for Ruby 1.8.x support
Francesco Rodriguez
2012-12-19
1
-7
/
+2
*
Integrate Journey into Action Dispatch
Andrew White
2012-12-19
1
-0
/
+59