aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/lib/action_cable/subscription_adapter/async.rb
Commit message (Collapse)AuthorAgeFilesLines
* [Action Cable] require_relative => requireAkira Matsuda2017-10-211-1/+1
| | | | This basically reverts f851e1f705f26d8f92f0fc1b265b20bc389d23cb
* 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
| | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default.
* Support faye-websocket + EventMachine as an optionMatthew Draper2016-03-021-3/+8
|
* Synchronize the lazy setters in ServerMatthew Draper2016-01-301-2/+2
| | | | They're all at risk of races on the first requests.
* 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
Just like their ActiveJob equivalents, these only work within the current process.