aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/lib/action_cable/subscription_adapter/async.rb
Commit message (Expand)AuthorAgeFilesLines
* [Action Cable] require_relative => requireAkira Matsuda2017-10-211-1/+1
* Use frozen string literal in actioncable/Kir Shatrov2017-07-231-0/+2
* [Action Cable] require => require_relativeAkira Matsuda2017-07-011-1/+1
* applies new string literal convention in actioncable/libXavier Noria2016-08-061-1/+1
* Support faye-websocket + EventMachine as an optionMatthew Draper2016-03-021-3/+8
* Synchronize the lazy setters in ServerMatthew Draper2016-01-301-2/+2
* Revert "Revert "Eliminate the EventMachine dependency""Matthew Draper2016-01-301-2/+2
* Revert "Eliminate the EventMachine dependency"David Heinemeier Hansson2016-01-271-2/+2
* Using a hacked faye-websocket, drop EventMachineMatthew Draper2016-01-241-2/+2
* Add Async and Inline adaptersMatthew Draper2016-01-241-0/+22