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
/
visitors.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
File encoding is defaulted to utf-8 in Ruby >= 2.1
Akira Matsuda
2015-09-18
1
-2
/
+0
*
drop object allocation during routes setup
Aaron Patterson
2015-08-17
1
-41
/
+86
*
reuse path formatter from the non-optimized path.
Aaron Patterson
2014-05-21
1
-29
/
+2
*
remove dead code
Aaron Patterson
2014-05-20
1
-57
/
+0
*
translate AST to a formatter before url generation
Aaron Patterson
2014-05-20
1
-0
/
+70
*
prepopulate the dispatch cache so we don't need the ThreadSafe cache.
Aaron Patterson
2014-05-20
1
-7
/
+9
*
make the each visitor top-down left-right
Aaron Patterson
2014-05-20
1
-1
/
+1
*
fix escaping in generation
Aaron Patterson
2014-05-19
1
-1
/
+7
*
Revert "Rewrite journey routes formatter for performance"
Aaron Patterson
2014-05-19
1
-28
/
+23
*
Make URL escaping more consistent
Andrew White
2014-04-20
1
-4
/
+17
*
Use a custom route vistor for optimized route generation
Andrew White
2014-01-05
1
-4
/
+24
*
Replace global Hash with TS::Cache.
thedarkone
2013-09-28
1
-1
/
+4
*
No need the else clause
Rafael Mendonça França
2013-09-24
1
-2
/
+0
*
Use join to concat the both side of the AST
Rafael Mendonça França
2013-09-24
1
-1
/
+2
*
Rewrite journey routes formatter for performance
Bogdan Gusiev
2013-08-28
1
-23
/
+23
*
store a symbol directly inside DISPATCH_CACHE for extra roflscale
Charlie Somerville
2013-06-30
1
-1
/
+1
*
Use custom visitor class for optimized url helpers
Andrew White
2013-03-03
1
-0
/
+8
*
update AD::Journey to follow Rails coding conventions
Francesco Rodriguez
2012-12-20
1
-92
/
+95
*
:nodoc: Journey because is not part of the public API [ci skip]
Francesco Rodriguez
2012-12-19
1
-7
/
+5
*
Integrate Journey into Action Dispatch
Andrew White
2012-12-19
1
-0
/
+188