aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/lib/action_cable/subscription_adapter/postgresql.rb
Commit message (Collapse)AuthorAgeFilesLines
* Support faye-websocket + EventMachine as an optionMatthew Draper2016-03-021-4/+5
|
* Synchronize the lazy setters in ServerMatthew Draper2016-01-301-1/+6
| | | | 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
|
* 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
| | | | Adapterize storage for ActionCable
* Fix code review commentsJon Moss2016-01-181-6/+2
| | | | | | | - adapter -> pubsub (re)rename internally - Change variable names to match method names - Add EventMachine `~> 1.0` as a runtime dependency of ActionCable - Refactor dependency loading for adapters
* Small PostgreSQL adapter refactors / cleanupJon Moss2016-01-181-14/+16
| | | | | - Escape the channel name when subscribing in PG - Refactor popping the queue to make it easier to read
* ActionCable::StorageAdapter ==> ActionCable::SubscriptionAdapterJon Moss2016-01-181-0/+101