aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/live.rb
Commit message (Expand)AuthorAgeFilesLines
* Freeze static arguments for gsubbrainopia2015-04-021-1/+1
* Prefer string patterns for gsubbrainopia2015-04-021-1/+1
* remove unused #await_closeSergey Alekseev2014-12-041-6/+0
* Call gsub with a Regexp instead of a String for better performancePablo Herrero2014-11-011-1/+1
* Pass block for logging.Guo Xiang Tan2014-08-091-4/+6
* `:nodoc: all` does not remove the constants from the API. [ci skip]Yves Senn2014-06-241-1/+1
* Handle client disconnect during live streamingMatthew Draper2014-06-081-0/+48
* Add multiple lines message support for SSE moduleayaya2014-05-121-1/+2
* re-raise error if error occurs before committing in streamingKevin Casey2014-03-141-10/+11
* use the body proxy to freeze headersAaron Patterson2014-03-121-2/+8
* just ask the response for the commit status, we do not need to ask the jarAaron Patterson2014-03-121-1/+1
* only write the jar if the response isn't committedAaron Patterson2014-03-121-4/+8
* use built-in exception handling in live controllersAaron Patterson2014-02-281-2/+5
* live controllers should have live responsesAaron Patterson2014-02-281-2/+14
* set the error callback to a nice default in case nobody set an error callback...Aaron Patterson2014-02-281-1/+1
* Correct prestreaming controller response status.Kevin Casey2014-02-151-0/+2
* Merge branch 'master' into laurocaetano-fix_send_fileAaron Patterson2014-01-101-1/+1
|\
| * Spelling and Grammar checksAkshay Vishnoi2013-12-121-1/+1
* | Fix stream closing when sending file with `ActionController::Live` included.Lauro Caetano2013-11-301-1/+1
|/
* Creating an SSE class to be used with ActionController::Live.wangjohn2013-07-301-0/+74
* Fix typoRafael Mendonça França2013-04-091-2/+2
* fix AP warning; remove unused variableVipul A M2013-04-091-0/+1
* Exception handling for controllers using ActionController::LiveSean Griffin2013-03-181-0/+28
* Handle conditional get in live requests - this will prevent error when using ...Bernard Potocki2013-03-141-0/+4
* ensure response.stream is closedSam Ruby2013-03-091-0/+1
* push header merge down to a private method so that live responses can have th...Aaron Patterson2012-08-131-5/+4
* live response headers can be merged with a hashAaron Patterson2012-08-131-0/+4
* use a sized buffer to prevent the queue being too largeAaron Patterson2012-08-081-10/+10
* Merge pull request #7204 from frodsan/update_conventionsRafael Mendonça França2012-07-311-8/+8
|\
| * update coding conventions in metal/liveFrancesco Rodriguez2012-07-301-8/+8
* | fix nodoc in metal/liveFrancesco Rodriguez2012-07-301-4/+4
|/
* fix typo in metal/live [ci skip]Francesco Rodriguez2012-07-301-6/+6
* 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