| Commit message (Expand) | Author | Age | Files | Lines |
* | Use frozen string literal in actionpack/ | Kir Shatrov | 2017-07-29 | 1 | -0/+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 |
* | Add more rubocop rules about whitespaces | Rafael Mendonça França | 2016-10-29 | 1 | -2/+2 |
* | improve error message when include assertions fail | Michael Grosser | 2016-09-16 | 1 | -2/+2 |
* | Missing key should throw KeyError | eileencodes | 2016-08-26 | 1 | -0/+6 |
* | Add three new rubocop rules | Rafael Mendonça França | 2016-08-16 | 1 | -15/+15 |
* | applies new string literal convention in actionpack/test | Xavier Noria | 2016-08-06 | 1 | -9/+9 |
* | Introduce `Headers#add`. Move `Response#add_header` upstream. | Jeremy Daer | 2015-10-03 | 1 | -0/+18 |
* | pass a request object to the headers object | Aaron Patterson | 2015-08-21 | 1 | -1/+1 |
* | move header allocation to a helper method | Aaron Patterson | 2015-08-21 | 1 | -5/+9 |
* | HTTP::Headers#key? correctly converts | schneems | 2014-05-07 | 1 | -0/+2 |
* | `Http::Headers` directly modifies the passed environment. | Yves Senn | 2013-03-15 | 1 | -6/+16 |
* | `Http::Headers` respects dotted env vars, symbols, headers with numbers. | Yves Senn | 2013-03-13 | 1 | -0/+27 |
* | allow headers and env to be passed in `IntegrationTest`. | Yves Senn | 2013-03-13 | 1 | -1/+44 |
* | refactor, `Http::Headers` stores headers in env notation | Yves Senn | 2013-03-13 | 1 | -12/+21 |
* | Http::Headers respects headers that are not prefixed with HTTP_ | Yves Senn | 2013-03-13 | 1 | -6/+13 |
* | add test for fetch with a block | Aaron Patterson | 2012-10-18 | 1 | -0/+4 |
* | prefer composition over inheritence | Aaron Patterson | 2012-10-18 | 1 | -0/+16 |
* | Enable ActionDispatch::Http::Headers to support fetch | Mark Turner | 2012-05-02 | 1 | -0/+5 |
* | Move dispatch related tests into test/dispatch | Joshua Peek | 2009-01-28 | 1 | -0/+16 |