Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Full Action Cable documentation read through | Jon Moss | 2016-02-17 | 1 | -2/+2 |
| | | | | | | | | | This PR checks all active Action Cable documentation for typos and other fixes. It aims to make sure that when Rails 5 is released, that the Action Cable docs are up to snuff with the other documentation included with Rails. [ci skip] | ||||
* | Allow for non-standard redis connectors | David Heinemeier Hansson | 2016-02-04 | 1 | -2/+10 |
| | |||||
* | Switch the default redis adapter to a single-stream model | Matthew Draper | 2016-02-01 | 1 | -0/+67 |
This new adapter does get a little more intimate with the redis-rb gem's implementation than I would like, but it's the least bad of the approaches I've come up with. |