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
*
[Action Pack] `rubocop -a --only Layout/EmptyLineAfterMagicComment`
Koichi ITO
2017-07-11
1
-0
/
+1
*
Prepare AP and AR to be frozen string friendly
Kir Shatrov
2017-07-06
1
-2
/
+3
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
[docs] fix ActionDispatch documentation
Hrvoje Šimić
2017-03-13
1
-1
/
+1
*
class Foo < Struct.new(:x) creates an extra unneeded anonymous class
Akira Matsuda
2017-01-13
1
-1
/
+1
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-1
/
+1
*
Remove all Journey constant from public API
Rafael Mendonça França
2016-10-26
1
-1
/
+3
*
applies remaining conventions across the project
Xavier Noria
2016-08-06
1
-2
/
+2
*
normalizes indentation and whitespace across the project
Xavier Noria
2016-08-06
1
-18
/
+18
*
applies new string literal convention in actionpack/lib
Xavier Noria
2016-08-06
1
-1
/
+1
*
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