aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/CHANGELOG.md
blob: cb3f32e127df2ed68b25eb86a1550f8de504cd8a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
*   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`

   *Jon Moss*

## Rails 5.0.0.beta1 (December 18, 2015) ##

*   Added to Rails!

    *DHH*