index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
actionpack
/
lib
/
action_controller
/
response.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove Content-Length header from :no_content responses
Jeremy Kemper
2009-01-07
1
-3
/
+6
*
Switch to Rack::Response#set_cookie instead of using CGI::Cookie to build coo...
Joshua Peek
2008-12-20
1
-20
/
+34
*
Rename AbstractResponse to Response and inheirt from Rack::Response
Joshua Peek
2008-12-19
1
-34
/
+61
*
Process CGI 'cookie' header into 'Set-Cookie' for all responses.
Joshua Peek
2008-12-19
1
-16
/
+35
*
Use status response accessor instead of the 'Status' header
Joshua Peek
2008-12-19
1
-5
/
+3
*
Do not output an ETag header if response body is blank or when sending files ...
Hongli Lai (Phusion
2008-12-16
1
-1
/
+5
*
Dont try to auto-set the etag based on the body if any freshness headers have...
David Heinemeier Hansson
2008-10-21
1
-12
/
+21
*
Sanitize the URLs passed to redirect_to to prevent a potential response split...
Michael Koziarski
2008-10-19
1
-2
/
+2
*
Don't set Content-Length on 304 responses
Jonathan del Strother
2008-09-02
1
-1
/
+1
*
Move default content type and charset from Base to Response. Handle charset =...
Jeremy Kemper
2008-08-21
1
-6
/
+30
*
Set cache control to require revalidation if cache freshness response headers...
Jeremy Kemper
2008-08-14
1
-5
/
+14
*
Simplifying usage of ETags and Last-Modified and conditional GET requests
Jeremy Kemper
2008-08-07
1
-26
/
+28
*
Fix file permissions
Tarmo Tänav
2008-07-31
1
-0
/
+0
*
Merge docrails changes
Pratik Naik
2008-07-28
1
-3
/
+45
*
etag! and last_modified! conditional GET helpers
Jeremy Kemper
2008-07-17
1
-6
/
+34
*
Add :status to redirect_to allowing users to choose their own response code w...
Michael Koziarski
2007-10-09
1
-2
/
+2
*
Send freshness information when sending Etags. Without this internet explore...
Michael Koziarski
2007-08-12
1
-1
/
+1
*
Prefer MIME constants to strings. Closes #7707.
Jeremy Kemper
2007-03-06
1
-1
/
+1
*
Fix tests depending too deep
David Heinemeier Hansson
2007-02-19
1
-1
/
+2
*
Its ETag not Etag
David Heinemeier Hansson
2007-02-19
1
-2
/
+2
*
Set cache-control to private if theres an etag available (and the cache-contr...
David Heinemeier Hansson
2007-02-19
1
-1
/
+1
*
Dont ask for no caching if we have a etag to base that decision on
David Heinemeier Hansson
2007-02-19
1
-0
/
+1
*
Move etagging down to response, so renders with layouts dont screw it up [DHH]
David Heinemeier Hansson
2007-02-19
1
-7
/
+46
*
Fix that redirects should set "Location" header, not "location", and remove d...
David Heinemeier Hansson
2006-11-26
1
-1
/
+1
*
Added proper getters and setters for content type and charset [DHH] Added utf...
David Heinemeier Hansson
2006-09-17
1
-0
/
+18
*
Add layout attribute to response object with the name of the layout that was ...
Marcel Molina
2006-05-17
1
-1
/
+1
*
Cure some ills discovered with the refactoring
David Heinemeier Hansson
2005-05-22
1
-1
/
+1
*
Deprecated redirect_to_path and redirect_to_url in favor of letting redirect_...
David Heinemeier Hansson
2005-05-22
1
-1
/
+1
*
Added "short hypertext note with a hyperlink to the new URI(s)" to redirects ...
David Heinemeier Hansson
2004-12-31
1
-0
/
+2
*
Added second boolean parameter to Base.redirect_to_url and Response#redirect ...
David Heinemeier Hansson
2004-12-31
1
-2
/
+2
*
Initial
David Heinemeier Hansson
2004-11-24
1
-0
/
+15