aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/controller/live_stream_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Exception handling for controllers using ActionController::LiveSean Griffin2013-03-181-1/+75
* Handle conditional get in live requests - this will prevent error when using ...Bernard Potocki2013-03-141-0/+15
* Alias refute methods to assert_not and perfer assert_not on testsRafael Mendonça França2012-12-311-1/+1
* make sure the body finishes rendering before checking response closureAaron Patterson2012-08-031-1/+2
* close the response when the response body is set so that normal render calls ...Aaron Patterson2012-07-291-0/+9
* header hash is duped before being sent up the rack stackAaron Patterson2012-07-291-0/+13
* make sure set_response! sets the correct response objectAaron Patterson2012-07-291-0/+6
* Controller actions are processed in a separate thread for liveAaron Patterson2012-07-291-3/+69
* added live responses which can be written and read in separate threadsAaron Patterson2012-07-291-0/+26