| Commit message (Expand) | Author | Age | Files | Lines |
* | Added a test for generating Strong ETag | Prathamesh Sonpatki | 2016-02-24 | 1 | -0/+8 |
* | Response etags to always be weak: Prefixed W/ to value returned by ActionDisp... | abhishek | 2016-01-20 | 1 | -7/+7 |
* | Commit before freezing the headers | Matthew Draper | 2016-01-12 | 1 | -0/+21 |
* | Push `before_sending` to super class | eileencodes | 2015-12-06 | 1 | -0/+5 |
* | Remove skipped JRuby tests that are passing on 9.0.3.0. | Guo Xiang Tan | 2015-10-27 | 1 | -2/+0 |
* | Use `Mime[:foo]` instead of `Mime::Type[:FOO]` for back compat | Jeremy Daer | 2015-10-06 | 1 | -5/+5 |
* | Merge pull request #21848 from yui-knk/test_suppress_warnings | Sean Griffin | 2015-10-04 | 1 | -3/+2 |
|\ |
|
| * | Suppress warnings of `assigned but unused variable` | yui-knk | 2015-10-03 | 1 | -3/+2 |
* | | Introduce `Headers#add`. Move `Response#add_header` upstream. | Jeremy Daer | 2015-10-03 | 1 | -10/+10 |
|/ |
|
* | Response#add_header for adding to multi-valued headers like Vary | Jeremy Daer | 2015-10-01 | 1 | -0/+59 |
* | adding test for content type with default charset | Gaurav Sharma | 2015-10-02 | 1 | -1/+11 |
* | stop applying default headers in ActionDispatch::Response | Aaron Patterson | 2015-09-23 | 1 | -3/+3 |
* | split cookie tests | Aaron Patterson | 2015-09-23 | 1 | -1/+6 |
* | don't mutate a response object after to_a | Aaron Patterson | 2015-09-23 | 1 | -0/+2 |
* | stop calling deprecated methods | Aaron Patterson | 2015-09-21 | 1 | -5/+5 |
* | ensure that mutating headers will impact the content_type method | Aaron Patterson | 2015-09-08 | 1 | -0/+5 |
* | ensure that content type defaults to text / html when setting charset | Aaron Patterson | 2015-09-08 | 1 | -0/+7 |
* | Merge pull request #20590 from vngrs/set_default_charset | Rafael Mendonça França | 2015-07-27 | 1 | -0/+7 |
|\ |
|
| * | Document, refactor and create test case for ActionDispatch::Response#charset=... | Mehmet Emin İNAÇ | 2015-06-17 | 1 | -0/+7 |
* | | Skip a few failing tests on JRuby with the attached tickets | Robin Dupret | 2015-07-17 | 1 | -0/+2 |
|/ |
|
* | remove `header=` on the response object. | Aaron Patterson | 2015-06-15 | 1 | -0/+2 |
* | Revert "Revert integration test refactoring that caused app test regressions" | eileencodes | 2015-03-09 | 1 | -4/+0 |
* | Work around for upstream Ruby bug #10685 | Genadi Samokovarov | 2015-03-01 | 1 | -1/+1 |
* | Fix segmentation fault in ActionPack tests | eileencodes | 2015-02-28 | 1 | -1/+1 |
* | Revert integration test refactoring that caused app test regressions | Jeremy Kemper | 2015-02-26 | 1 | -0/+4 |
* | lazily create the integration session | Aaron Patterson | 2015-02-12 | 1 | -4/+0 |
* | Remove deprecated `ActionDispatch::Response#to_ary` | Rafael Mendonça França | 2015-01-04 | 1 | -16/+2 |
* | Add support for Rack::ContentLength middelware | Javan Makhmali | 2014-09-06 | 1 | -0/+14 |
* | Deprecate implicit AD::Response splatting and Array conversion | Jeremy Kemper | 2014-09-06 | 1 | -3/+17 |
* | Restore Response.default_headers after test. | Zuhao Wan | 2014-06-05 | 1 | -2/+4 |
* | Do note remove `Content-Type` when `render :body` | Prem Sichanugrist | 2014-03-05 | 1 | -8/+0 |
* | Add `#no_content_type` attribute to `AD::Response` | Prem Sichanugrist | 2014-02-18 | 1 | -1/+1 |
* | Introduce `render :body` for render raw content | Prem Sichanugrist | 2014-02-18 | 1 | -0/+8 |
* | Prevent [response].flatten from recursing infinitely. | Dan Kang | 2014-02-08 | 1 | -0/+9 |
* | Add missing test for response destructuring. | Myron Marston | 2014-02-08 | 1 | -0/+9 |
* | update Rails::Railtie::Configuration and ActionDispatch::Response#respond_to?... | Jon Kessler | 2013-08-16 | 1 | -0/+5 |
* | Don't set X-UA-Compatible header by default | Guillermo Iguaran | 2013-06-13 | 1 | -3/+1 |
* | Add 'X-UA-Compatible' => 'chrome=1' to default headers | Guillermo Iguaran | 2013-01-29 | 1 | -1/+3 |
* | Use Encoding::UTF_8 constant :do_not_litter: | Akira Matsuda | 2013-01-28 | 1 | -1/+1 |
* | Integrate Action Pack with Rack 1.5 | Carlos Antonio da Silva | 2013-01-25 | 1 | -1/+1 |
* | set default_headers to nil after use it to avoid order dependent tests | Francesco Rodriguez | 2012-09-08 | 1 | -25/+32 |
* | Added X-Content-Type-Options to the header defaults. | Jim Jones | 2012-08-18 | 1 | -1/+3 |
* | some tests | Egor Homakov | 2012-08-09 | 1 | -0/+27 |
* | adding a buffered stream to the response object | Aaron Patterson | 2012-07-29 | 1 | -0/+20 |
* | fix failure test 'test_can_wait_until_commit(ResponseTest)' in actionpack | Vladimir Strakhov | 2012-07-28 | 1 | -2/+2 |
* | threads can wait on responses to be committed | Aaron Patterson | 2012-07-27 | 1 | -0/+9 |
* | deprecate String#encoding_aware? and remove its usage | Sergey Nartimov | 2011-12-24 | 1 | -3/+0 |
* | use Array#join so that file encoding doesn't impact returned string. | Aaron Patterson | 2011-12-12 | 1 | -0/+9 |
* | Use default charset when we read content type without charset. | kennyj | 2011-12-07 | 1 | -0/+11 |
* | Do not inherit from Rack::Response, remove a shit-ton of unused code. | José Valim | 2011-04-19 | 1 | -16/+0 |