aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/response.rb
Commit message (Expand)AuthorAgeFilesLines
* 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