aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/journey/router
Commit message (Expand)AuthorAgeFilesLines
* remove StrexpAaron Patterson2015-08-131-26/+0
* pass anchor directly to `Pattern`Aaron Patterson2015-08-131-5/+4
* Freeze string literals when not mutated.schneems2015-07-191-3/+3
* Use block variable instead of globalschneems2015-06-011-1/+1
* Force encoding of US-ASCII to UTF-8 in unescape_uri.Karl Entwistle2014-07-101-5/+7
* Strexp#names is only used in a test, so rmAaron Patterson2014-05-291-4/+0
* add an alternate constructor to Strexp that takes a stringAaron Patterson2014-05-291-7/+9
* ask the strexp for the astAaron Patterson2014-05-291-0/+5
* Make URL escaping more consistentAndrew White2014-04-201-0/+9
* Optimize URI escapingAndrew White2014-04-201-17/+42
* Always escape string passed to url helper.edogawaconan2014-04-201-1/+1
* Correct error in Utils.normalize_path that changed paths improperlyJosh Symonds2013-10-231-1/+1
* [ci skip] Add some comment about downcase url encoded string.kennyj2013-09-221-0/+2
* Remove 1.8 compatible codekennyj2013-09-191-1/+1
* Fix an issue where router can't recognize downcased url encoding path.kennyj2013-09-191-0/+1
* update AD::Journey to follow Rails coding conventionsFrancesco Rodriguez2012-12-201-1/+1
* :nodoc: Journey because is not part of the public API [ci skip]Francesco Rodriguez2012-12-192-7/+7
* remove code for Ruby 1.8.x supportFrancesco Rodriguez2012-12-191-7/+2
* Integrate Journey into Action DispatchAndrew White2012-12-192-0/+83