aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/lib/action_cable/subscription_adapter
Commit message (Expand)AuthorAgeFilesLines
* ActionCable: don't allowlist keys passed to the Redis initializerBlake Stoddard2019-04-221-1/+3
* feat: support channel_prefix in pg subscription adapterVladimir Dementyev2019-02-141-0/+2
* ActionCable: add id option to redis adapter configIlia Kasianenko2018-09-051-1/+2
* Clarify api docs of ActionCable::SubscriptionAdapter::Testbogdanvlviv2018-08-231-1/+1
* Add Action Cable test adapterVladimir Dementyev2018-08-191-0/+40
* 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
* | Removed deprected evented redis adapterRafael Mendonça França2017-10-231-89/+0
* | [Action Cable] require_relative => requireAkira Matsuda2017-10-211-1/+1
* | redis-rb 4.0 supportJeremy Daer2017-10-082-3/+3
* | Capitalize RedisJon Moss2017-08-171-1/+1
* | Use frozen string literal in actioncable/Kir Shatrov2017-07-238-0/+16
* | [Fix #28751] Hash stream long stream identifiers when using Postgres adapterpalkan2017-07-061-3/+8
* | [Action Cable] require => require_relativeAkira Matsuda2017-07-011-1/+1
* | Allows for other common redis options to be in cable.yml, by defaultMarc Ignacio2017-06-221-1/+3
* | Use mattr_accessor default: option throughout the projectGenadi Samokovarov2017-06-032-3/+3
|/
* Deprecate the EventedRedis subscription adapterMatthew Draper2017-02-231-0/+6
* Add channel_prefix support to ActionCable redis/evented_redis adapters.Chad Ingram2017-01-173-0/+30
* Prevent race condition when launching EventMachine reactorMatthew Draper2016-11-301-2/+2
* Add more rubocop rules about whitespacesRafael Mendonça França2016-10-291-1/+1
* copy-edits an exception messageXavier Noria2016-08-071-1/+1
* applies new string literal convention in actioncable/libXavier Noria2016-08-064-17/+17
* Add guard to broadcast.mmmpa2016-05-261-1/+5
* Log if redis connection is in stale/failed state.Vipul A M2016-04-211-0/+4
* Evented Redis adapter: log reconnect failures as errors, not just infoJeremy Daer2016-03-171-1/+1
* Support faye-websocket + EventMachine as an optionMatthew Draper2016-03-023-11/+18
* Merge pull request #23916 from lifo/same-redis-connection-for-subscription-an...Jeremy Daer2016-02-261-2/+6
|\
| * Use redis_connector to create redis connections for both subscriptions and br...Pratik Naik2016-02-261-2/+6
* | Full Action Cable documentation read throughJon Moss2016-02-171-2/+2
|/
* 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