aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/response_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Work around for upstream Ruby bug #10685Genadi Samokovarov2015-03-011-1/+1
* Fix segmentation fault in ActionPack testseileencodes2015-02-281-1/+1
* Revert integration test refactoring that caused app test regressionsJeremy Kemper2015-02-261-0/+4
* lazily create the integration sessionAaron Patterson2015-02-121-4/+0
* Remove deprecated `ActionDispatch::Response#to_ary`Rafael Mendonça França2015-01-041-16/+2
* Add support for Rack::ContentLength middelwareJavan Makhmali2014-09-061-0/+14
* Deprecate implicit AD::Response splatting and Array conversionJeremy Kemper2014-09-061-3/+17
* Restore Response.default_headers after test.Zuhao Wan2014-06-051-2/+4
* Do note remove `Content-Type` when `render :body`Prem Sichanugrist2014-03-051-8/+0
* Add `#no_content_type` attribute to `AD::Response`Prem Sichanugrist2014-02-181-1/+1
* Introduce `render :body` for render raw contentPrem Sichanugrist2014-02-181-0/+8
* Prevent [response].flatten from recursing infinitely.Dan Kang2014-02-081-0/+9
* Add missing test for response destructuring.Myron Marston2014-02-081-0/+9
* update Rails::Railtie::Configuration and ActionDispatch::Response#respond_to?...Jon Kessler2013-08-161-0/+5
* Don't set X-UA-Compatible header by defaultGuillermo Iguaran2013-06-131-3/+1
* Add 'X-UA-Compatible' => 'chrome=1' to default headersGuillermo Iguaran2013-01-291-1/+3
* Use Encoding::UTF_8 constant :do_not_litter:Akira Matsuda2013-01-281-1/+1
* Integrate Action Pack with Rack 1.5Carlos Antonio da Silva2013-01-251-1/+1
* set default_headers to nil after use it to avoid order dependent testsFrancesco Rodriguez2012-09-081-25/+32
* Added X-Content-Type-Options to the header defaults.Jim Jones2012-08-181-1/+3
* some testsEgor Homakov2012-08-091-0/+27
* adding a buffered stream to the response objectAaron Patterson2012-07-291-0/+20
* fix failure test 'test_can_wait_until_commit(ResponseTest)' in actionpackVladimir Strakhov2012-07-281-2/+2
* threads can wait on responses to be committedAaron Patterson2012-07-271-0/+9
* deprecate String#encoding_aware? and remove its usageSergey Nartimov2011-12-241-3/+0