Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support faye-websocket + EventMachine as an option | Matthew Draper | 2016-03-02 | 1 | -4/+5 |
| | |||||
* | Synchronize the lazy setters in Server | Matthew Draper | 2016-01-30 | 1 | -1/+6 |
| | | | | They're all at risk of races on the first requests. | ||||
* | Revert "Revert "Eliminate the EventMachine dependency"" | Matthew Draper | 2016-01-30 | 1 | -2/+2 |
| | |||||
* | Revert "Eliminate the EventMachine dependency" | David Heinemeier Hansson | 2016-01-27 | 1 | -2/+2 |
| | |||||
* | Using a hacked faye-websocket, drop EventMachine | Matthew Draper | 2016-01-24 | 1 | -2/+2 |
| | |||||
* | Allow subscription adapters to be shut down | Matthew Draper | 2016-01-24 | 1 | -14/+27 |
| | |||||
* | Split internal subscriber tracking from Postgres adapter | Matthew Draper | 2016-01-24 | 1 | -23/+13 |
| | |||||
* | Merge pull request #22950 from maclover7/adapterize-storage-actioncable | Matthew Draper | 2016-01-20 | 1 | -1/+0 |
| | | | | Adapterize storage for ActionCable | ||||
* | Fix code review comments | Jon Moss | 2016-01-18 | 1 | -6/+2 |
| | | | | | | | - 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 | 1 | -0/+101 |