mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Adds CHANGELOG for f55ecc6
[ci skip]
This commit is contained in:
parent
f55ecc6a7c
commit
d7252786f4
1 changed files with 9 additions and 0 deletions
|
@ -1,3 +1,12 @@
|
|||
* ActionCable's `redis` adapter allows for other common redis-rb options (`host`, `port`, `db`, `password`) in cable.yml.
|
||||
|
||||
Previously, it accepts only a [redis:// url](https://www.iana.org/assignments/uri-schemes/prov/redis) as an option.
|
||||
While we can add all of these options to the `url` itself, it is not explicitly documented. This alternative setup
|
||||
is shown as the first example in the [Redis rubygem](https://github.com/redis/redis-rb#getting-started), which
|
||||
makes this set of options as sensible as using just the `url`.
|
||||
|
||||
*Marc Rendl Ignacio*
|
||||
|
||||
* ActionCable socket errors are now logged to the console
|
||||
|
||||
Previously any socket errors were ignored and this made it hard to diagnose socket issues (e.g. as discussed in #28362).
|
||||
|
|
Loading…
Reference in a new issue