aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/live.rb
Commit message (Expand)AuthorAgeFilesLines
...
* close the response when the response body is set so that normal render calls ...Aaron Patterson2012-07-291-0/+5
* header hash is duped before being sent up the rack stackAaron Patterson2012-07-291-0/+4
* freeze the header objectAaron Patterson2012-07-291-0/+5
* make sure set_response! sets the correct response objectAaron Patterson2012-07-291-0/+9
* adding a more docs on closing response streamsAaron Patterson2012-07-291-1/+4
* pushing Buffer up to LiveAaron Patterson2012-07-291-22/+22
* adding some docsAaron Patterson2012-07-291-1/+26
* Controller actions are processed in a separate thread for liveAaron Patterson2012-07-291-2/+26
* raise exceptions on header set after response committedAaron Patterson2012-07-291-0/+21
* added live responses which can be written and read in separate threadsAaron Patterson2012-07-291-0/+42