aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/live_response_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Allow custom cache-control header in AC::LiveAndrey Glushkov2019-02-251-1/+7
* Changed webserver to web server.alkesh262019-01-221-1/+1
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-1/+1
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* applies new string literal convention in actionpack/testXavier Noria2016-08-061-18/+18
* Fixes #23964Ryan T. Hosford2016-03-131-1/+1
* Push `before_sending` to super classeileencodes2015-12-061-1/+1
* Require only necessary concurrent-ruby classes.Jerry D'Antonio2015-11-041-1/+1
* move file sending to the response objectAaron Patterson2015-10-051-0/+2
* Remove more unused block arguments amitkumarsuroliya2015-08-251-1/+1
* Replaced `ActiveSupport::Concurrency::Latch` with concurrent-ruby.Jerry D'Antonio2015-07-131-7/+7
* use the body proxy to freeze headersAaron Patterson2014-03-121-2/+12
* only write the jar if the response isn't committedAaron Patterson2014-03-121-0/+1
* Alias refute methods to assert_not and perfer assert_not on testsRafael Mendonça França2012-12-311-1/+1
* push header merge down to a private method so that live responses can have th...Aaron Patterson2012-08-131-0/+11
* live response headers can be merged with a hashAaron Patterson2012-08-131-0/+6
* freeze the header objectAaron Patterson2012-07-291-0/+2
* raise exceptions on header set after response committedAaron Patterson2012-07-291-0/+19
* make sure appropriate headers are set and deletedAaron Patterson2012-07-291-0/+11
* added live responses which can be written and read in separate threadsAaron Patterson2012-07-291-0/+34