aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/response.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove Content-Length header from :no_content responsesJeremy Kemper2009-01-071-3/+6
* Switch to Rack::Response#set_cookie instead of using CGI::Cookie to build coo...Joshua Peek2008-12-201-20/+34
* Rename AbstractResponse to Response and inheirt from Rack::ResponseJoshua Peek2008-12-191-34/+61
* Process CGI 'cookie' header into 'Set-Cookie' for all responses.Joshua Peek2008-12-191-16/+35
* Use status response accessor instead of the 'Status' headerJoshua Peek2008-12-191-5/+3
* Do not output an ETag header if response body is blank or when sending files ...Hongli Lai (Phusion2008-12-161-1/+5
* Dont try to auto-set the etag based on the body if any freshness headers have...David Heinemeier Hansson2008-10-211-12/+21
* Sanitize the URLs passed to redirect_to to prevent a potential response split...Michael Koziarski2008-10-191-2/+2
* Don't set Content-Length on 304 responsesJonathan del Strother2008-09-021-1/+1
* Move default content type and charset from Base to Response. Handle charset =...Jeremy Kemper2008-08-211-6/+30
* Set cache control to require revalidation if cache freshness response headers...Jeremy Kemper2008-08-141-5/+14
* Simplifying usage of ETags and Last-Modified and conditional GET requestsJeremy Kemper2008-08-071-26/+28
* Fix file permissionsTarmo Tänav2008-07-311-0/+0
* Merge docrails changesPratik Naik2008-07-281-3/+45
* etag! and last_modified! conditional GET helpersJeremy Kemper2008-07-171-6/+34
* Add :status to redirect_to allowing users to choose their own response code w...Michael Koziarski2007-10-091-2/+2
* Send freshness information when sending Etags. Without this internet explore...Michael Koziarski2007-08-121-1/+1
* Prefer MIME constants to strings. Closes #7707.Jeremy Kemper2007-03-061-1/+1
* Fix tests depending too deepDavid Heinemeier Hansson2007-02-191-1/+2
* Its ETag not EtagDavid Heinemeier Hansson2007-02-191-2/+2
* Set cache-control to private if theres an etag available (and the cache-contr...David Heinemeier Hansson2007-02-191-1/+1
* Dont ask for no caching if we have a etag to base that decision onDavid Heinemeier Hansson2007-02-191-0/+1
* Move etagging down to response, so renders with layouts dont screw it up [DHH]David Heinemeier Hansson2007-02-191-7/+46
* Fix that redirects should set "Location" header, not "location", and remove d...David Heinemeier Hansson2006-11-261-1/+1
* Added proper getters and setters for content type and charset [DHH] Added utf...David Heinemeier Hansson2006-09-171-0/+18
* Add layout attribute to response object with the name of the layout that was ...Marcel Molina2006-05-171-1/+1
* Cure some ills discovered with the refactoringDavid Heinemeier Hansson2005-05-221-1/+1
* Deprecated redirect_to_path and redirect_to_url in favor of letting redirect_...David Heinemeier Hansson2005-05-221-1/+1
* Added "short hypertext note with a hyperlink to the new URI(s)" to redirects ...David Heinemeier Hansson2004-12-311-0/+2
* Added second boolean parameter to Base.redirect_to_url and Response#redirect ...David Heinemeier Hansson2004-12-311-2/+2
* InitialDavid Heinemeier Hansson2004-11-241-0/+15