aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/journey/router
Commit message (Expand)AuthorAgeFilesLines
* 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
* Strexp#names is only used in a test, so rmAaron Patterson2014-05-291-32/+0
* add an alternate constructor to Strexp that takes a stringAaron Patterson2014-05-291-2/+2
* 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-312-2/+2
* Integrate Journey into Action DispatchAndrew White2012-12-192-0/+53