aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/lib/action_cable/subscription_adapter/postgresql.rb
Commit message (Expand)AuthorAgeFilesLines
* Support faye-websocket + EventMachine as an optionMatthew Draper2016-03-021-4/+5
* Synchronize the lazy setters in ServerMatthew Draper2016-01-301-1/+6
* 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
* Allow subscription adapters to be shut downMatthew Draper2016-01-241-14/+27
* Split internal subscriber tracking from Postgres adapterMatthew Draper2016-01-241-23/+13
* Merge pull request #22950 from maclover7/adapterize-storage-actioncableMatthew Draper2016-01-201-1/+0
* Fix code review commentsJon Moss2016-01-181-6/+2
* Small PostgreSQL adapter refactors / cleanupJon Moss2016-01-181-14/+16
* ActionCable::StorageAdapter ==> ActionCable::SubscriptionAdapterJon Moss2016-01-181-0/+101