aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/journey/scanner.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* correct the dedup codeSam2018-02-151-3/+3
* Revert "Revert "Merge pull request #31999 from SamSaffron/patch-1""Rafael Mendonça França2018-02-151-4/+11
* Revert "Merge pull request #31999 from SamSaffron/patch-1"Rafael Mendonça França2018-02-151-11/+4
* PERF: dedupe scanned route fragmentsSam2018-02-151-4/+11
* [Action Pack] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Shave a couple of allocations off Journey scan & parseMatthew Draper2016-12-251-14/+16
* applies new string literal convention in actionpack/libXavier Noria2016-08-061-2/+2
* Use `#tr` instead of `#gsub`Nicolas Cavigneaux2014-10-141-1/+1
* Improve Journey compliance to RFC 3986Nicolas Cavigneaux2014-10-141-5/+5
* update AD::Journey to follow Rails coding conventionsFrancesco Rodriguez2012-12-201-25/+26
* :nodoc: Journey because is not part of the public API [ci skip]Francesco Rodriguez2012-12-191-2/+2
* Integrate Journey into Action DispatchAndrew White2012-12-191-0/+60