aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/response_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Make `ActionDispatch::Response#content_type` behavior configurableyuuji.yaginuma2019-06-211-0/+29
* Change `ActionDispatch::Response#content_type` returning Content-Type header ...yuuji.yaginuma2019-06-011-8/+28
* Support other optional parameters and quoted-strings on Content-Type parserr7kamura2019-03-101-0/+34
* Module#{define_method,alias_method,undef_method,remove_method} become public ...Ryuta Kamizono2018-12-211-1/+1
* Fix `CustomCops/AssertNot` to allow it to have failure messageRyuta Kamizono2018-05-131-2/+2
* Replace `assert !` with `assert_not`Daniel Colson2018-04-191-1/+1
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-8/+8
* Use respond_to test helpersDaniel Colson2018-01-251-1/+1
* Add 'Referrer-Policy' header to default headers setGuillermo Iguaran2018-01-081-2/+4
* Add secure `X-Download-Options` and `X-Permitted-Cross-Domain-Policies` to de...Guillermo Iguaran2017-12-091-2/+6
* Unused variablesAkira Matsuda2017-09-011-2/+2
* Merge pull request #29767 from yui-knk/ac_testRafael França2017-08-081-7/+2
|\
| * Remove needless restoring of `default_charset`yui-knk2017-07-131-7/+2
* | 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
* Fix Rubocop violations and fix documentation visibilityRafael Mendonça França2016-12-281-1/+1
* "Use assert_nil if expecting nil. This will fail in minitest 6."Akira Matsuda2016-12-251-2/+2
* Do not raise exception when content_type is a empty stringRafael Mendonça França2016-12-091-0/+5
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-3/+3
* Add three new rubocop rulesRafael Mendonça França2016-08-161-10/+10
* remove redundant curlies from hash argumentsXavier Noria2016-08-061-2/+2
* modernizes hash syntax in actionpackXavier Noria2016-08-061-8/+8
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-99/+99
* Add tests for 1xx, 204 and 304 responses to response_test.rbMasaru Nomura2016-07-091-0/+20
* Merge pull request #24029 from rthbound/dont-call-each-when-calling-body-on-r...Sean Griffin2016-05-061-0/+33
|\
| * Fixes #23964Ryan T. Hosford2016-03-131-0/+33
* | Strong ETag validatorsJeremy Daer2016-03-311-5/+30
|/
* Added a test for generating Strong ETagPrathamesh Sonpatki2016-02-241-0/+8
* Response etags to always be weak: Prefixed W/ to value returned by ActionDisp...abhishek2016-01-201-7/+7
* Commit before freezing the headersMatthew Draper2016-01-121-0/+21
* Push `before_sending` to super classeileencodes2015-12-061-0/+5
* Remove skipped JRuby tests that are passing on 9.0.3.0.Guo Xiang Tan2015-10-271-2/+0
* Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compatJeremy Daer2015-10-061-5/+5
* Merge pull request #21848 from yui-knk/test_suppress_warningsSean Griffin2015-10-041-3/+2
|\
| * Suppress warnings of `assigned but unused variable`yui-knk2015-10-031-3/+2
* | Introduce `Headers#add`. Move `Response#add_header` upstream.Jeremy Daer2015-10-031-10/+10
|/
* Response#add_header for adding to multi-valued headers like VaryJeremy Daer2015-10-011-0/+59
* adding test for content type with default charsetGaurav Sharma2015-10-021-1/+11
* stop applying default headers in ActionDispatch::ResponseAaron Patterson2015-09-231-3/+3
* split cookie testsAaron Patterson2015-09-231-1/+6
* don't mutate a response object after to_aAaron Patterson2015-09-231-0/+2
* stop calling deprecated methodsAaron Patterson2015-09-211-5/+5
* ensure that mutating headers will impact the content_type methodAaron Patterson2015-09-081-0/+5
* ensure that content type defaults to text / html when setting charsetAaron Patterson2015-09-081-0/+7
* Merge pull request #20590 from vngrs/set_default_charsetRafael Mendonça França2015-07-271-0/+7
|\
| * Document, refactor and create test case for ActionDispatch::Response#charset=...Mehmet Emin İNAÇ2015-06-171-0/+7
* | Skip a few failing tests on JRuby with the attached ticketsRobin Dupret2015-07-171-0/+2
|/
* remove `header=` on the response object.Aaron Patterson2015-06-151-0/+2
* Revert "Revert integration test refactoring that caused app test regressions"eileencodes2015-03-091-4/+0