aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/journey/router
Commit message (Expand)AuthorAgeFilesLines
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-8/+8
* Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-3/+3
* Update links to use https link instead of http [ci skip]Yoshiyuki Hirano2017-08-221-1/+1
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-1/+3
* normalize_path used to be nil tolerantAkira Matsuda2017-07-121-0/+1
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Merge pull request #29540 from kirs/rubocop-frozen-stringMatthew Draper2017-07-021-0/+1
|\
| * Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* | Make ActionView frozen string literal friendly.Pat Allan2017-06-201-1/+1
* | Make ActionMailer frozen string literal friendly.Pat Allan2017-06-201-1/+1
* | Make ActiveModel frozen string literal friendly.Pat Allan2017-06-201-1/+1
|/
* Maintain original encoding from patheileencodes2017-05-121-0/+2
* Remove `:doc:` in `:nodoc:` class [ci skip]Ryuta Kamizono2017-05-011-2/+2
* Add periodJon Moss2017-04-301-1/+1
* Add docs for Router::Utils.unescape_uri methoddixpac2017-04-301-0/+4
* [docs] fix ActionDispatch documentationHrvoje Šimić2017-03-131-1/+1
* Privatize unneededly protected methods in Action PackAkira Matsuda2016-12-241-3/+3
* Add three new rubocop rulesRafael Mendonça França2016-08-161-2/+2
* applies new string literal convention in actionpack/libXavier Noria2016-08-061-4/+4
* 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