aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/lib/action_cable/subscription_adapter
Commit message (Expand)AuthorAgeFilesLines
* Allow for non-standard redis connectorsDavid Heinemeier Hansson2016-02-042-3/+15
* Switch the default redis adapter to a single-stream modelMatthew Draper2016-02-012-30/+193
* Synchronize the lazy setters in ServerMatthew Draper2016-01-304-8/+31
* Revert "Revert "Eliminate the EventMachine dependency""Matthew Draper2016-01-303-4/+20
* Revert "Eliminate the EventMachine dependency"David Heinemeier Hansson2016-01-273-20/+4
* Using a hacked faye-websocket, drop EventMachineMatthew Draper2016-01-243-4/+20
* Allow subscription adapters to be shut downMatthew Draper2016-01-244-14/+40
* Add Async and Inline adaptersMatthew Draper2016-01-242-0/+44
* Normalize on no arguments for the success callbackMatthew Draper2016-01-241-1/+1
* Split internal subscriber tracking from Postgres adapterMatthew Draper2016-01-242-23/+66
* Use the correct reference to the redis connectionBrit Gardner2016-01-221-1/+1
* Merge pull request #22950 from maclover7/adapterize-storage-actioncableMatthew Draper2016-01-202-8/+6
* Fix code review commentsJon Moss2016-01-182-30/+19
* Small PostgreSQL adapter refactors / cleanupJon Moss2016-01-181-14/+16
* ActionCable::StorageAdapter ==> ActionCable::SubscriptionAdapterJon Moss2016-01-183-0/+170