| Commit message (Expand) | Author | Age | Files | Lines |
* | Use frozen string literal in actionpack/ | Kir Shatrov | 2017-07-29 | 1 | -1/+1 |
* | normalize_path used to be nil tolerant | Akira Matsuda | 2017-07-12 | 1 | -0/+4 |
* | [Action Pack] `rubocop -a --only Layout/EmptyLineAfterMagicComment` | Koichi ITO | 2017-07-11 | 1 | -0/+1 |
* | Prepare AP and AR to be frozen string friendly | Kir Shatrov | 2017-07-06 | 1 | -1/+2 |
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 1 | -1/+0 |
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
* | Maintain original encoding from path | eileencodes | 2017-05-12 | 1 | -0/+5 |
* | applies new string literal convention in actionpack/test | Xavier Noria | 2016-08-06 | 1 | -1/+1 |
* | Removed magic comments # encoding: utf-8 , since its default from ruby 2.0 on... | Vipul A M | 2015-02-03 | 1 | -1/+0 |
* | Force encoding of US-ASCII to UTF-8 in unescape_uri. | Karl Entwistle | 2014-07-10 | 1 | -0/+5 |
* | Strexp#names is only used in a test, so rm | Aaron Patterson | 2014-05-29 | 1 | -32/+0 |
* | add an alternate constructor to Strexp that takes a string | Aaron Patterson | 2014-05-29 | 1 | -2/+2 |
* | Make URL escaping more consistent | Andrew White | 2014-04-20 | 1 | -0/+4 |
* | Always escape string passed to url helper. | edogawaconan | 2014-04-20 | 1 | -2/+2 |
* | Correct error in Utils.normalize_path that changed paths improperly | Josh Symonds | 2013-10-23 | 1 | -0/+8 |
* | Use ActiveSupport::TestCase in the journey tests | Rafael Mendonça França | 2012-12-31 | 2 | -2/+2 |
* | Integrate Journey into Action Dispatch | Andrew White | 2012-12-19 | 2 | -0/+53 |