Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |