aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/http/response.rb
Commit message (Expand)AuthorAgeFilesLines
* Tiny documentation edits [ci skip]Robin Dupret2015-07-281-1/+1
* Merge pull request #20590 from vngrs/set_default_charsetRafael Mendonça França2015-07-271-6/+6
|\
| * Document, refactor and create test case for ActionDispatch::Response#charset=...Mehmet Emin İNAÇ2015-06-171-6/+6
* | move buffer caching on to the bufferAaron Patterson2015-07-131-3/+11
* | Fix the comment about attr_reader of headers [ci skip]Mehmet Emin İNAÇ2015-06-161-1/+1
|/
* remove `header=` on the response object.Aaron Patterson2015-06-151-9/+10
* set the default charset in response initializeAaron Patterson2015-06-151-4/+12
* Spelling/typo/grammatical fixes [ci skip]karanarora2015-05-231-1/+1
* Revert work arounds for upstream Ruby 2.2.0 kwargs bugGenadi Samokovarov2015-03-051-3/+1
* Work around for upstream Ruby bug #10685Genadi Samokovarov2015-03-011-1/+3
* Fix default headers in test responsesJeremy Kemper2015-02-251-5/+3
* Remove unneeded requiresRafael Mendonça França2015-01-041-1/+0
* Remove deprecated `ActionDispatch::Response#to_ary`Rafael Mendonça França2015-01-041-15/+0
* edit pass over all warningsXavier Noria2014-10-281-3/+3
* let's warn with heredocsXavier Noria2014-10-281-1/+7
* remove duplicate method (_status_code) in action_dispatchAbdelkader Boudih2014-10-191-3/+0
* Make _status_code methods nodocPrathamesh Sonpatki2014-10-191-1/+1
* Add support for Rack::ContentLength middelwareJavan Makhmali2014-09-061-0/+4
* Deprecate implicit AD::Response splatting and Array conversionJeremy Kemper2014-09-061-2/+13
* Handle client disconnect during live streamingMatthew Draper2014-06-081-13/+47
* fixes stack level too deep exception on action named 'status' returning 'head...Christiaan Van den Poel2014-05-151-0/+3
* use the body proxy to freeze headersAaron Patterson2014-03-121-5/+32
* only write the jar if the response isn't committedAaron Patterson2014-03-121-0/+4
* Do note remove `Content-Type` when `render :body`Prem Sichanugrist2014-03-051-12/+1
* Add `#no_content_type` attribute to `AD::Response`Prem Sichanugrist2014-02-181-2/+13
* Introduce `render :body` for render raw contentPrem Sichanugrist2014-02-181-1/+1
* Prevent [response].flatten from recursing infinitely.Dan Kang2014-02-081-1/+1
* FilterRedirect is referenced at the class level from the ResponseAaron Patterson2014-01-311-0/+1
* Remove deprecated cattr_* requiresGenadi Samokovarov2013-12-031-1/+1
* Reuse variable to avoid symbol usageCarlos Antonio da Silva2013-08-311-2/+2
* update Rails::Railtie::Configuration and ActionDispatch::Response#respond_to?...Jon Kessler2013-08-161-1/+1
* writing the new body can cause the response to be committed and theAaron Patterson2013-06-281-1/+3
* Add propery docs to ActionDispatch::Response [ci skip]Steve Klabnik2013-05-301-3/+19
* extract no content response codes to a constantVipul A M2013-04-221-1/+2
* Removed an old require of an MD5 digest which is no longer used.wangjohn2013-02-151-1/+0
* Avoid to_sym callsSantiago Pastorino2013-02-131-1/+1
* generic pass before merging docrailsXavier Noria2013-01-261-5/+7
* Add documentation to ActionDispatch::ResponseMatthew Stopa2013-01-201-0/+7
* Fix typo introduced in 0004ca3aCarlos Antonio da Silva2013-01-161-1/+1
* More documentation for ActionDispatch::ResponseMatthew Stopa2013-01-161-1/+3
* Document ActionDispatch::Response#body methodMatthew Stopa2013-01-161-0/+1
* charset should not be appended for `head` responsesYves Senn2012-12-311-2/+6
* Adding filter capability to ActionController logsFabrizio Regini2012-12-051-0/+1
* push header merge down to a private method so that live responses can have th...Aaron Patterson2012-08-131-3/+7
* introduce default_headers configEgor Homakov2012-08-091-0/+5
* load active_support/core_ext/module/delegation in active_support/railsXavier Noria2012-08-021-1/+0
* load active_support/core_ext/object/blank in active_support/railsXavier Noria2012-08-021-1/+0
* header hash is duped before being sent up the rack stackAaron Patterson2012-07-291-12/+16
* ActionController::DataStreaming::FileBody doesn't respond to #close.Rafael Mendonça França2012-07-291-1/+1
* flushing output should write to the stream rather than mutating the response ...Aaron Patterson2012-07-291-8/+12