Small doc update per RF [ci skip]

This commit is contained in:
Jon Moss 2016-01-20 17:13:43 -05:00
parent 4bb3ee84a2
commit 17a631f427
1 changed files with 5 additions and 4 deletions

View File

@ -1,8 +1,9 @@
* Create notion of an `ActionCable::SubscriptionAdapter`.
Separate out Redis functionality into `AC::SA::Redis`,
and add a PostgreSQL adapter as well. Configuration file
for ActionCable was changed from `config/redis/cable.yml`
to `config/cable.yml`
Separate out Redis functionality into
`ActionCable::SubscriptionAdapter::Redis`, and add a
PostgreSQL adapter as well. Configuration file for
ActionCable was changed from`config/redis/cable.yml` to
`config/cable.yml`.
*Jon Moss*