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
...
*
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
*
use the body proxy to freeze headers
Aaron Patterson
2014-03-12
1
-5
/
+32
*
only write the jar if the response isn't committed
Aaron Patterson
2014-03-12
1
-0
/
+4
*
Do note remove `Content-Type` when `render :body`
Prem Sichanugrist
2014-03-05
1
-12
/
+1
*
Add `#no_content_type` attribute to `AD::Response`
Prem Sichanugrist
2014-02-18
1
-2
/
+13
*
Introduce `render :body` for render raw content
Prem Sichanugrist
2014-02-18
1
-1
/
+1
*
Prevent [response].flatten from recursing infinitely.
Dan Kang
2014-02-08
1
-1
/
+1
*
FilterRedirect is referenced at the class level from the Response
Aaron Patterson
2014-01-31
1
-0
/
+1
*
Remove deprecated cattr_* requires
Genadi Samokovarov
2013-12-03
1
-1
/
+1
*
Reuse variable to avoid symbol usage
Carlos Antonio da Silva
2013-08-31
1
-2
/
+2
*
update Rails::Railtie::Configuration and ActionDispatch::Response#respond_to?...
Jon Kessler
2013-08-16
1
-1
/
+1
*
writing the new body can cause the response to be committed and the
Aaron Patterson
2013-06-28
1
-1
/
+3
*
Add propery docs to ActionDispatch::Response [ci skip]
Steve Klabnik
2013-05-30
1
-3
/
+19
*
extract no content response codes to a constant
Vipul A M
2013-04-22
1
-1
/
+2
*
Removed an old require of an MD5 digest which is no longer used.
wangjohn
2013-02-15
1
-1
/
+0
*
Avoid to_sym calls
Santiago Pastorino
2013-02-13
1
-1
/
+1
*
generic pass before merging docrails
Xavier Noria
2013-01-26
1
-5
/
+7
*
Add documentation to ActionDispatch::Response
Matthew Stopa
2013-01-20
1
-0
/
+7
*
Fix typo introduced in 0004ca3a
Carlos Antonio da Silva
2013-01-16
1
-1
/
+1
*
More documentation for ActionDispatch::Response
Matthew Stopa
2013-01-16
1
-1
/
+3
*
Document ActionDispatch::Response#body method
Matthew Stopa
2013-01-16
1
-0
/
+1
*
charset should not be appended for `head` responses
Yves Senn
2012-12-31
1
-2
/
+6
*
Adding filter capability to ActionController logs
Fabrizio Regini
2012-12-05
1
-0
/
+1
[prev]
[next]