aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/lib/action_cable/server/worker.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-211-7/+5
* Use frozen string literal in actioncable/Kir Shatrov2017-07-231-0/+2
* 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
* Shut down the worker pool - don't kill itMatthew Draper2016-10-031-1/+1
* applies new string literal convention in actioncable/libXavier Noria2016-08-061-3/+3
* Periodic timers: delegate async instance_exec to the worker poolJeremy Daer2016-06-291-4/+8
* Cable: Extract stream handler constructionJeremy Daer2016-04-181-8/+10
* Cable: Periodic timers refreshJeremy Daer2016-04-181-12/+0
* Use AS::Executor / AS::Reloader to support reloading in ActionCableMatthew Draper2016-03-021-19/+29
* Full Action Cable documentation read throughJon Moss2016-02-171-2/+2
* Revert "Merge pull request #22977 from rails/revert-22934-master"David Heinemeier Hansson2016-01-161-13/+42
* Revert "Move async execution from celluloid to concurrent-ruby"David Heinemeier Hansson2016-01-081-42/+13
* don't need explicit dep and a pretty neat pickMike Perham2016-01-051-1/+1
* Use Module#thread_mattr_accessorMike Perham2016-01-051-8/+6
* Move async execution from celluloid to concurrent-rubyMike Perham2016-01-051-13/+44
* Get ready to merge into RailsDavid Heinemeier Hansson2015-12-141-0/+42