1
0
Fork 0
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:
Jon Moss 2016-01-20 17:13:43 -05:00
parent 4bb3ee84a2
commit 17a631f427

View file

@ -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*