summaryrefslogtreecommitdiff
path: root/test/spec_response.rb
Commit message (Expand)AuthorAgeFilesLines
* Restore part of status=205 spec.rack-response-bufferedSamuel Williams2020-01-071-0/+9
* Lazily initialize the response body and only buffer it if required.Samuel Williams2020-01-071-9/+25
* Improve spec compatibility with current master.to_ary-flattenSamuel Williams2020-01-071-2/+2
* Improve spec name and be explicit about result.Samuel Williams2020-01-071-3/+4
* Remove `to_ary` from Responserm_to_ary_from_responseAaron Patterson2020-01-061-2/+2
* Allow global expectation explicitly for minitest.Nikolay Rys2019-10-061-1/+1
* Added support for SameSite=None cookie value, added in revision 3 of rfc6265bisHenning Kulander2019-05-091-0/+18
* Merge pull request #1325 from jodosha/performance/remove-useless-header-mergeAaron Patterson2019-04-021-0/+10
|\
| * Don't mutate given headersLuca Guidi2019-01-041-0/+10
* | Introduce Rack::SimpleBodyProxyLuca Guidi2018-12-191-2/+2
|/
* RuboCop: enable Layout/Space* cops (#1259)yhirano552018-04-171-21/+21
* Use Ruby >= 1.9 syntax for hashes. Prefer { a: :b } over { :a => :b } (#1253)yhirano552018-04-161-24/+24
* Add frozen_string_literal: true to remaining filesDillon Welch2018-04-131-0/+2
* Updates for frozen string literal compatibility.Pat Allan2017-06-211-5/+5
* Use .httpdate for expires date formattingnanaya2017-02-191-5/+5
* Revert "Add 205 Reset Content to the list of statuses without a message body"Eric Wong2016-12-141-2/+2
* To support minitest 6 and prevent error ouput in minitest 5, use `must_be_nil...Jian Weihang2016-12-051-3/+3
* Validate the SameSite cookie optionBob Long2016-04-171-4/+42
* first-party cookies are now same-site cookiesBen Toews2016-03-151-5/+17
* First-Party cookies, another line of CSRF defenseJeremy Daer2015-12-041-0/+14
* * Add `Rack::Response::Helpers#cache_control` and `cache_control=`.Aaron Patterson2015-10-061-0/+9
* * Add `Rack::Response::Helpers#etag` and `etag=`. Use this forAaron Patterson2015-10-061-0/+7
* `Response#add_header` to add to a value to a multivalued headerJeremy Daer2015-10-031-0/+68
* Rack::Response::Helpers#redirect? would accept 308 status codedeepj2015-08-291-3/+12
* Remove any reference to 418 status codedeepj2015-08-291-5/+0
* First attempt to mass-port from minitest/bacon to minitest/spec.Ryan Davis2015-06-121-105/+105
* Added minitest/bacon to the top of each file so they can be run straight up.Ryan Davis2015-06-111-0/+1
* Make all tests run and pass independently.Ryan Davis2015-06-111-0/+1
* Add HTTP response helpers for 204, 301, and 412.Brent Wheeldon2015-04-141-0/+13
* Add support for RFC2324 status codeMatt Kasa2014-03-071-0/+5
* Add created? and accepted? response helper methodsTom Wey2014-01-261-0/+8
* Set HttpOnly for cookies using :http_onlyGarry Shutler2013-07-031-0/+12
* Add Response#unauthorized? helperPrem Sichanugrist2013-06-281-0/+5
* Switch to RFC 2822 expiresrfc2822_expiresJames Tucker2013-01-211-7/+7
* Squash test warningsJames Tucker2013-01-131-3/+3
* Correct some of the mime type issues. References #316 and #366.James Tucker2012-12-291-3/+3
* Rack::Response now conforms to body.close SPECJames Tucker2012-12-281-0/+24
* Prevent infinite recursions from Response#to_aryJames Tucker2012-11-021-0/+6
* Include Max-Age in Set-Cookie headerMatthew Trost2012-09-081-5/+5
* added Rack::Response::Helpers#method_not_allowed?James Tucker2012-01-221-0/+5
* Test an object which repsonds to each instead of a set.HannesG2011-12-301-3/+6
* Adds #unprocessable? helperAndy Lindeman2011-10-241-0/+5
* Adds #bad_request? helperAndy Lindeman2011-10-241-0/+5
* Fix cookie deletion with path specifiedJoe Van Dyk2011-07-131-0/+12
* test for Rack::Response#closeKonstantin Haase2011-06-101-0/+7
* Closes #21 Rack::Response#finish should delete Content-Length if status==204 ...raggi2011-05-021-0/+1
* fixing unused variable warnings in 1.9.3Aaron Patterson2011-01-141-3/+3
* Fix initializing Response objects with differently-cased Content-Type headersSam Stephenson2010-10-281-0/+5
* Rename spec/ back to test/Christian Neukirchen2010-06-151-0/+240