Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use frozen string literal in actioncable/ | Kir Shatrov | 2017-07-23 | 1 | -0/+2 |
| | |||||
* | Revert "Merge pull request #29540 from kirs/rubocop-frozen-string" | Matthew Draper | 2017-07-02 | 1 | -1/+0 |
| | | | | | This reverts commit 3420a14590c0e6915d8b6c242887f74adb4120f9, reversing changes made to afb66a5a598ce4ac74ad84b125a5abf046dcf5aa. | ||||
* | Enforce frozen string in Rubocop | Kir Shatrov | 2017-07-01 | 1 | -0/+1 |
| | |||||
* | Use mattr_accessor default: option throughout the project | Genadi Samokovarov | 2017-06-03 | 1 | -2/+2 |
| | |||||
* | Deprecate the EventedRedis subscription adapter | Matthew Draper | 2017-02-23 | 1 | -0/+6 |
| | | | | | Unlike Faye support, it seems a bit too documented to remove without warning. So, here's a warning. | ||||
* | Add channel_prefix support to ActionCable redis/evented_redis adapters. | Chad Ingram | 2017-01-17 | 1 | -0/+2 |
| | |||||
* | Prevent race condition when launching EventMachine reactor | Matthew Draper | 2016-11-30 | 1 | -2/+2 |
| | | | | | | | reactor_running? will be true just after the thread enters EventMachine.run; reactor_thread only gets set after the internal initialize_event_machine method has been called, the C extension is set up, and it is entering its run loop. | ||||
* | applies new string literal convention in actioncable/lib | Xavier Noria | 2016-08-06 | 1 | -5/+5 |
| | | | | | The current code base is not uniform. After some discussion, we have chosen to go with double quotes by default. | ||||
* | Log if redis connection is in stale/failed state. | Vipul A M | 2016-04-21 | 1 | -0/+4 |
| | |||||
* | Evented Redis adapter: log reconnect failures as errors, not just info | Jeremy Daer | 2016-03-17 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | 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. |