aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/journey/router/utils_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-1/+1
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-1/+1
* normalize_path used to be nil tolerantAkira Matsuda2017-07-121-0/+4
* [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-1/+2
* 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
* Maintain original encoding from patheileencodes2017-05-121-0/+5
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-1/+1
* Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on...Vipul A M2015-02-031-1/+0
* Force encoding of US-ASCII to UTF-8 in unescape_uri.Karl Entwistle2014-07-101-0/+5
* Make URL escaping more consistentAndrew White2014-04-201-0/+4
* Always escape string passed to url helper.edogawaconan2014-04-201-2/+2
* Correct error in Utils.normalize_path that changed paths improperlyJosh Symonds2013-10-231-0/+8
* Use ActiveSupport::TestCase in the journey testsRafael Mendonça França2012-12-311-1/+1
* Integrate Journey into Action DispatchAndrew White2012-12-191-0/+21