aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/dispatch/live_response_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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