aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/lib/action_controller/metal/live.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-4/+0
* Fix annotated typoPrathamesh Sonpatki2019-03-291-1/+1
* Allow custom cache-control header in AC::LiveAndrey Glushkov2019-02-251-1/+1
* We don't want these internal methods as public methods in our controllersAkira Matsuda2018-10-301-23/+25
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-1/+1
* Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-1/+1
* Convert remaining usage of whitelist and blacklistKevin Deisz2018-08-241-2/+2
* Use frozen string literal in actionpack/Kir Shatrov2017-07-291-1/+3
* 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
* [docs] fix ActionController documentationHrvoje Šimić2017-03-121-4/+4
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* Fix deadlock that can occur when child live thread tries to load a constant a...Alex Chinn2016-08-151-1/+6
* applies remaining conventions across the projectXavier Noria2016-08-061-1/+0
* normalizes indentation and whitespace across the projectXavier Noria2016-08-061-11/+11
* applies new string literal convention in actionpack/libXavier Noria2016-08-061-3/+3
* Merge pull request #24029 from rthbound/dont-call-each-when-calling-body-on-r...Sean Griffin2016-05-061-8/+8
|\
| * Fixes #23964Ryan T. Hosford2016-03-131-8/+8
* | Actionpack documentation typos [ci skip]Tom Kadwill2016-04-231-2/+2
|/
* Hand off the interlock to the new thread in AC::LiveMatthew Draper2016-02-071-23/+28
* disable controller / view thread spawning in testsAaron Patterson2016-02-051-2/+13
* Fix `make_response!` when called by `serve` in `RouteSet`eileencodes2015-12-091-6/+1
* Push `before_sending` to super classeileencodes2015-12-061-6/+0
* use `dispatch` instead of `process` to run requests thougheileencodes2015-10-291-4/+5
* remove useless methodAaron Patterson2015-09-281-4/+0
* move the Header hash to the super classAaron Patterson2015-09-241-27/+0
* stop applying default headers in ActionDispatch::ResponseAaron Patterson2015-09-231-4/+4
* use accessors instead of manipulating the hashAaron Patterson2015-09-081-2/+2
* move response allocation to the class levelAaron Patterson2015-08-251-6/+15
* 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