mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Small doc update per RF [ci skip]
This commit is contained in:
parent
4bb3ee84a2
commit
17a631f427
1 changed files with 5 additions and 4 deletions
|
@ -1,8 +1,9 @@
|
||||||
* Create notion of an `ActionCable::SubscriptionAdapter`.
|
* Create notion of an `ActionCable::SubscriptionAdapter`.
|
||||||
Separate out Redis functionality into `AC::SA::Redis`,
|
Separate out Redis functionality into
|
||||||
and add a PostgreSQL adapter as well. Configuration file
|
`ActionCable::SubscriptionAdapter::Redis`, and add a
|
||||||
for ActionCable was changed from `config/redis/cable.yml`
|
PostgreSQL adapter as well. Configuration file for
|
||||||
to `config/cable.yml`
|
ActionCable was changed from`config/redis/cable.yml` to
|
||||||
|
`config/cable.yml`.
|
||||||
|
|
||||||
*Jon Moss*
|
*Jon Moss*
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue