Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Eliminate the EventMachine dependency" | David Heinemeier Hansson | 2016-01-27 | 1 | -0/+3 |
| | |||||
* | Ditch the EM error logging helper | Matthew Draper | 2016-01-24 | 1 | -1/+0 |
| | | | | | | We're no longer doing our work in the EM event loop, so errors are quite unlikely, and if they do occur, they're not really our responsibility to handle. | ||||
* | Using a hacked faye-websocket, drop EventMachine | Matthew Draper | 2016-01-24 | 1 | -2/+0 |
| | |||||
* | Add tests for the ActionCable adapters | Matthew Draper | 2016-01-24 | 5 | -0/+218 |
| | |||||
* | ActionCable::StorageAdapter ==> ActionCable::SubscriptionAdapter | Jon Moss | 2016-01-18 | 1 | -0/+73 |