aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/journey/visitors.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-3/+0
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-1/+1
* [Action Pack] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Prepare AP and AR to be frozen string friendlyKir Shatrov2017-07-061-2/+3
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* [docs] fix ActionDispatch documentationHrvoje Šimić2017-03-131-1/+1
* class Foo < Struct.new(:x) creates an extra unneeded anonymous classAkira Matsuda2017-01-131-1/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* Remove all Journey constant from public APIRafael Mendonça França2016-10-261-1/+3
* applies remaining conventions across the projectXavier Noria2016-08-061-2/+2
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-18/+18
* applies new string literal convention in actionpack/libXavier Noria2016-08-061-1/+1
* File encoding is defaulted to utf-8 in Ruby >= 2.1Akira Matsuda2015-09-181-2/+0
* drop object allocation during routes setupAaron Patterson2015-08-171-41/+86
* reuse path formatter from the non-optimized path.Aaron Patterson2014-05-211-29/+2
* remove dead codeAaron Patterson2014-05-201-57/+0
* translate AST to a formatter before url generationAaron Patterson2014-05-201-0/+70
* prepopulate the dispatch cache so we don't need the ThreadSafe cache.Aaron Patterson2014-05-201-7/+9
* make the each visitor top-down left-rightAaron Patterson2014-05-201-1/+1
* fix escaping in generationAaron Patterson2014-05-191-1/+7
* Revert "Rewrite journey routes formatter for performance"Aaron Patterson2014-05-191-28/+23
* Make URL escaping more consistentAndrew White2014-04-201-4/+17
* Use a custom route vistor for optimized route generationAndrew White2014-01-051-4/+24
* Replace global Hash with TS::Cache.thedarkone2013-09-281-1/+4
* No need the else clauseRafael Mendonça França2013-09-241-2/+0
* Use join to concat the both side of the ASTRafael Mendonça França2013-09-241-1/+2
* Rewrite journey routes formatter for performanceBogdan Gusiev2013-08-281-23/+23
* store a symbol directly inside DISPATCH_CACHE for extra roflscaleCharlie Somerville2013-06-301-1/+1
* Use custom visitor class for optimized url helpersAndrew White2013-03-031-0/+8
* update AD::Journey to follow Rails coding conventionsFrancesco Rodriguez2012-12-201-92/+95
* :nodoc: Journey because is not part of the public API [ci skip]Francesco Rodriguez2012-12-191-7/+5
* Integrate Journey into Action DispatchAndrew White2012-12-191-0/+188