summary refs log tree commit
path: root/test/spec_response.rb
DateCommit message (Expand)
2016-04-18CI: Refresh and repair builds
2016-04-17Validate the SameSite cookie option
2016-03-17first-party cookies are now same-site cookies
2016-03-17First-Party cookies, another line of CSRF defense
2014-03-07Add support for RFC2324 status code
2014-01-26Add created? and accepted? response helper methods
2013-07-03Set HttpOnly for cookies using :http_only
2013-06-28Add Response#unauthorized? helper
2013-01-21Switch to RFC 2822 expires
2013-01-13Squash test warnings
2012-12-29Correct some of the mime type issues. References #316 and #366.
2012-12-28Rack::Response now conforms to body.close SPEC
2012-11-02Prevent infinite recursions from Response#to_ary
2012-09-08Include Max-Age in Set-Cookie header
2012-01-22added Rack::Response::Helpers#method_not_allowed?
2011-12-30Test an object which repsonds to each instead of a set.
2011-10-24Adds #unprocessable? helper
2011-10-24Adds #bad_request? helper
2011-07-13Fix cookie deletion with path specified
2011-06-10test for Rack::Response#close
2011-05-02Closes #21 Rack::Response#finish should delete Content-Length if status==204 ...
2011-01-14fixing unused variable warnings in 1.9.3
2010-10-28Fix initializing Response objects with differently-cased Content-Type headers
2010-06-15Rename spec/ back to test/