aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/header_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove Rubocop's comments from Rails code basebogdanvlviv2018-07-261-4/+0
* Turn on performance based copsDillon Welch2018-07-231-1/+5
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-2/+2
* improve error message when include assertions failMichael Grosser2016-09-161-2/+2
* Missing key should throw KeyErroreileencodes2016-08-261-0/+6
* Add three new rubocop rulesRafael Mendonça França2016-08-161-15/+15
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-9/+9
* Introduce `Headers#add`. Move `Response#add_header` upstream.Jeremy Daer2015-10-031-0/+18
* pass a request object to the headers objectAaron Patterson2015-08-211-1/+1
* move header allocation to a helper methodAaron Patterson2015-08-211-5/+9
* HTTP::Headers#key? correctly convertsschneems2014-05-071-0/+2
* `Http::Headers` directly modifies the passed environment.Yves Senn2013-03-151-6/+16
* `Http::Headers` respects dotted env vars, symbols, headers with numbers.Yves Senn2013-03-131-0/+27
* allow headers and env to be passed in `IntegrationTest`.Yves Senn2013-03-131-1/+44
* refactor, `Http::Headers` stores headers in env notationYves Senn2013-03-131-12/+21
* Http::Headers respects headers that are not prefixed with HTTP_Yves Senn2013-03-131-6/+13
* add test for fetch with a blockAaron Patterson2012-10-181-0/+4
* prefer composition over inheritenceAaron Patterson2012-10-181-0/+16
* Enable ActionDispatch::Http::Headers to support fetchMark Turner2012-05-021-0/+5
* Move dispatch related tests into test/dispatchJoshua Peek2009-01-281-0/+16