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_dispatch
/
http
/
response.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Space Oddity
Akira Matsuda
2016-01-14
1
-1
/
+1
*
Commit before freezing the headers
Matthew Draper
2016-01-12
1
-0
/
+7
*
Only commit the cookie jar if it hasn't been committed
eileencodes
2015-12-06
1
-1
/
+1
*
Stop violating law of demeter in response cookie_jar
eileencodes
2015-12-06
1
-1
/
+1
*
Push `before_sending` to super class
eileencodes
2015-12-06
1
-0
/
+2
*
Remove dead code
Rafael Mendonça França
2015-10-28
1
-5
/
+0
*
use methods for accessing the cache control headers
Aaron Patterson
2015-10-06
1
-0
/
+4
*
Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compat
Jeremy Daer
2015-10-06
1
-1
/
+1
*
move file sending to the response object
Aaron Patterson
2015-10-05
1
-1
/
+39
*
Introduce `Headers#add`. Move `Response#add_header` upstream.
Jeremy Daer
2015-10-03
1
-21
/
+1
*
Response#add_header for adding to multi-valued headers like Vary
Jeremy Daer
2015-10-01
1
-0
/
+20
*
move the Header hash to the super class
Aaron Patterson
2015-09-24
1
-1
/
+24
*
mutate headers before committing the response
Aaron Patterson
2015-09-24
1
-2
/
+8
*
stop applying default headers in ActionDispatch::Response
Aaron Patterson
2015-09-23
1
-6
/
+10
*
stop calling deprecated methods
Aaron Patterson
2015-09-21
1
-1
/
+1
*
`rack_response` should use the status it's given
Aaron Patterson
2015-09-14
1
-1
/
+1
*
mime_type will always return a string
Aaron Patterson
2015-09-08
1
-2
/
+1
*
remove `parse_content_type` parameter
Aaron Patterson
2015-09-08
1
-6
/
+7
*
avoid allocations when there is no content type set
Aaron Patterson
2015-09-08
1
-1
/
+2
*
handle implicit rendering correctly
Aaron Patterson
2015-09-08
1
-3
/
+4
*
remove mime type lookups when parsing the content type
Aaron Patterson
2015-09-08
1
-5
/
+5
*
refactor content type setting
Aaron Patterson
2015-09-08
1
-44
/
+39
*
make Content-Type header the canonical location for content-type info
Aaron Patterson
2015-09-08
1
-34
/
+50
*
pull content type parsing in to a method
Aaron Patterson
2015-09-08
1
-7
/
+15
*
remove useless conditional
Aaron Patterson
2015-08-27
1
-2
/
+0
*
implement the API required by the abstract Rack request.
Aaron Patterson
2015-08-27
1
-16
/
+8
*
use the non-hash dependent Rack utils API
Aaron Patterson
2015-08-27
1
-2
/
+2
*
remove redefined method
Aaron Patterson
2015-08-26
1
-3
/
+0
*
provide a request and response to all controllers
Aaron Patterson
2015-08-25
1
-1
/
+2
*
Tiny documentation edits [ci skip]
Robin Dupret
2015-07-28
1
-1
/
+1
*
Merge pull request #20590 from vngrs/set_default_charset
Rafael Mendonça França
2015-07-27
1
-6
/
+6
|
\
|
*
Document, refactor and create test case for ActionDispatch::Response#charset=...
Mehmet Emin İNAÇ
2015-06-17
1
-6
/
+6
*
|
move buffer caching on to the buffer
Aaron Patterson
2015-07-13
1
-3
/
+11
*
|
Fix the comment about attr_reader of headers [ci skip]
Mehmet Emin İNAÇ
2015-06-16
1
-1
/
+1
|
/
*
remove `header=` on the response object.
Aaron Patterson
2015-06-15
1
-9
/
+10
*
set the default charset in response initialize
Aaron Patterson
2015-06-15
1
-4
/
+12
*
Spelling/typo/grammatical fixes [ci skip]
karanarora
2015-05-23
1
-1
/
+1
*
Revert work arounds for upstream Ruby 2.2.0 kwargs bug
Genadi Samokovarov
2015-03-05
1
-3
/
+1
*
Work around for upstream Ruby bug #10685
Genadi Samokovarov
2015-03-01
1
-1
/
+3
*
Fix default headers in test responses
Jeremy Kemper
2015-02-25
1
-5
/
+3
*
Remove unneeded requires
Rafael Mendonça França
2015-01-04
1
-1
/
+0
*
Remove deprecated `ActionDispatch::Response#to_ary`
Rafael Mendonça França
2015-01-04
1
-15
/
+0
*
edit pass over all warnings
Xavier Noria
2014-10-28
1
-3
/
+3
*
let's warn with heredocs
Xavier Noria
2014-10-28
1
-1
/
+7
*
remove duplicate method (_status_code) in action_dispatch
Abdelkader Boudih
2014-10-19
1
-3
/
+0
*
Make _status_code methods nodoc
Prathamesh Sonpatki
2014-10-19
1
-1
/
+1
*
Add support for Rack::ContentLength middelware
Javan Makhmali
2014-09-06
1
-0
/
+4
*
Deprecate implicit AD::Response splatting and Array conversion
Jeremy Kemper
2014-09-06
1
-2
/
+13
*
Handle client disconnect during live streaming
Matthew Draper
2014-06-08
1
-13
/
+47
*
fixes stack level too deep exception on action named 'status' returning 'head...
Christiaan Van den Poel
2014-05-15
1
-0
/
+3
[next]