aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/lib/action_cable/subscription_adapter/postgresql.rb
Commit message (Expand)AuthorAgeFilesLines
* feat: support channel_prefix in pg subscription adapterVladimir Dementyev2019-02-141-0/+2
* Merge pull request #27577 from maclover7/jm-fix-27547Rafael Mendonça França2018-06-081-8/+24
|\
| * Action Cable owns database connection, not Active RecordJon Moss2017-03-251-8/+24
* | PostgreSQL: Allow pg-1.0 gem to be used with ActiveRecordLars Kanis2018-01-101-1/+1
* | Use frozen string literal in actioncable/Kir Shatrov2017-07-231-0/+2
* | [Fix #28751] Hash stream long stream identifiers when using Postgres adapterpalkan2017-07-061-3/+8
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* | Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
|/
* copy-edits an exception messageXavier Noria2016-08-071-1/+1
* applies new string literal convention in actioncable/libXavier Noria2016-08-061-4/+4
* 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