aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_dispatch/http/response.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove default argument, and extract internal convenience methodJon Moss2016-08-291-6/+12
* Allow `send_file` to declare a charsetJon Moss2016-08-291-4/+5
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-1/+1
* modernizes hash syntax in actionpackXavier Noria2016-08-061-1/+1
* applies new string literal convention in actionpack/libXavier Noria2016-08-061-11/+11
* Fixes #23964Ryan T. Hosford2016-03-131-9/+24
* add missing requireAaron Patterson2016-02-051-0/+1
* Space OddityAkira Matsuda2016-01-141-1/+1
* Commit before freezing the headersMatthew Draper2016-01-121-0/+7
* Only commit the cookie jar if it hasn't been committedeileencodes2015-12-061-1/+1
* Stop violating law of demeter in response cookie_jareileencodes2015-12-061-1/+1
* Push `before_sending` to super classeileencodes2015-12-061-0/+2
* Remove dead codeRafael Mendonça França2015-10-281-5/+0
* use methods for accessing the cache control headersAaron Patterson2015-10-061-0/+4
* Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compatJeremy Daer2015-10-061-1/+1
* move file sending to the response objectAaron Patterson2015-10-051-1/+39
* Introduce `Headers#add`. Move `Response#add_header` upstream.Jeremy Daer2015-10-031-21/+1
* Response#add_header for adding to multi-valued headers like VaryJeremy Daer2015-10-011-0/+20
* move the Header hash to the super classAaron Patterson2015-09-241-1/+24
* mutate headers before committing the responseAaron Patterson2015-09-241-2/+8
* stop applying default headers in ActionDispatch::ResponseAaron Patterson2015-09-231-6/+10
* stop calling deprecated methodsAaron Patterson2015-09-211-1/+1
* `rack_response` should use the status it's givenAaron Patterson2015-09-141-1/+1
* mime_type will always return a stringAaron Patterson2015-09-081-2/+1
* remove `parse_content_type` parameterAaron Patterson2015-09-081-6/+7
* avoid allocations when there is no content type setAaron Patterson2015-09-081-1/+2
* handle implicit rendering correctlyAaron Patterson2015-09-081-3/+4
* remove mime type lookups when parsing the content typeAaron Patterson2015-09-081-5/+5
* refactor content type settingAaron Patterson2015-09-081-44/+39
* make Content-Type header the canonical location for content-type infoAaron Patterson2015-09-081-34/+50
* pull content type parsing in to a methodAaron Patterson2015-09-081-7/+15
* remove useless conditionalAaron Patterson2015-08-271-2/+0
* implement the API required by the abstract Rack request.Aaron Patterson2015-08-271-16/+8
* use the non-hash dependent Rack utils APIAaron Patterson2015-08-271-2/+2
* remove redefined methodAaron Patterson2015-08-261-3/+0
* provide a request and response to all controllersAaron Patterson2015-08-251-1/+2
* 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