summaryrefslogtreecommitdiff
path: root/test/spec_response.rb
Commit message (Expand)AuthorAgeFilesLines
...
* 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