From c43c83984792ac546e7610c898cf9099cc1a2ee6 Mon Sep 17 00:00:00 2001 From: Vladimir Dementyev Date: Thu, 14 Feb 2019 13:59:10 -0500 Subject: feat: support channel_prefix in pg subscription adapter --- actioncable/CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'actioncable/CHANGELOG.md') diff --git a/actioncable/CHANGELOG.md b/actioncable/CHANGELOG.md index 3ce35edbb8..600d4e130f 100644 --- a/actioncable/CHANGELOG.md +++ b/actioncable/CHANGELOG.md @@ -1,3 +1,9 @@ +* PostgreSQL subscription adapters now support `channel_prefix` option in cable.yml + + Avoids channel name collisions when multiple apps use the same database for Action Cable. + + *Vladimir Dementyev* + * Allow passing custom configuration to `ActionCable::Server::Base`. You can now create a standalone Action Cable server with a custom configuration -- cgit v1.2.3