Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow for non-standard redis connectors | David Heinemeier Hansson | 2016-02-04 | 2 | -3/+15 |
| | |||||
* | Switch the default redis adapter to a single-stream model | Matthew Draper | 2016-02-01 | 2 | -30/+193 |
| | | | | | | 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. | ||||
* | Synchronize the lazy setters in Server | Matthew Draper | 2016-01-30 | 4 | -8/+31 |
| | | | | They're all at risk of races on the first requests. | ||||
* | Revert "Revert "Eliminate the EventMachine dependency"" | Matthew Draper | 2016-01-30 | 3 | -4/+20 |
| | |||||
* | Revert "Eliminate the EventMachine dependency" | David Heinemeier Hansson | 2016-01-27 | 3 | -20/+4 |
| | |||||
* | Using a hacked faye-websocket, drop EventMachine | Matthew Draper | 2016-01-24 | 3 | -4/+20 |
| | |||||
* | Allow subscription adapters to be shut down | Matthew Draper | 2016-01-24 | 4 | -14/+40 |
| | |||||
* | Add Async and Inline adapters | Matthew Draper | 2016-01-24 | 2 | -0/+44 |
| | | | | | Just like their ActiveJob equivalents, these only work within the current process. | ||||
* | Normalize on no arguments for the success callback | Matthew Draper | 2016-01-24 | 1 | -1/+1 |
| | |||||
* | Split internal subscriber tracking from Postgres adapter | Matthew Draper | 2016-01-24 | 2 | -23/+66 |
| | |||||
* | Use the correct reference to the redis connection | Brit Gardner | 2016-01-22 | 1 | -1/+1 |
| | | | | | Fixes #23193 This was throwing `There was an exception - NameError(undefined local variable or method `hi_redis_conn' for #<ActionCable::SubscriptionAdapter::Redis:0x007fb1449e2b70>)` on unsubscribe. | ||||
* | Merge pull request #22950 from maclover7/adapterize-storage-actioncable | Matthew Draper | 2016-01-20 | 2 | -8/+6 |
| | | | | Adapterize storage for ActionCable | ||||
* | Fix code review comments | Jon Moss | 2016-01-18 | 2 | -30/+19 |
| | | | | | | | - adapter -> pubsub (re)rename internally - Change variable names to match method names - Add EventMachine `~> 1.0` as a runtime dependency of ActionCable - Refactor dependency loading for adapters | ||||
* | Small PostgreSQL adapter refactors / cleanup | Jon Moss | 2016-01-18 | 1 | -14/+16 |
| | | | | | - Escape the channel name when subscribing in PG - Refactor popping the queue to make it easier to read | ||||
* | ActionCable::StorageAdapter ==> ActionCable::SubscriptionAdapter | Jon Moss | 2016-01-18 | 3 | -0/+170 |