Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Return subscription object(s) when updating the collection | Javan Makhmali | 2016-03-04 | 1 | -3/+4 |
| | |||||
* | Make sure ActionCable.Subscriptions#create always returns the newly created ↵ | Pratik Naik | 2016-03-04 | 1 | -0/+2 |
| | | | | subscription object | ||||
* | Implicity add Subscription instance to subscriptions collection | Javan Makhmali | 2016-03-03 | 1 | -1/+2 |
| | |||||
* | Establish WebSocket connection when first subscription is created. Fixes #24026 | Javan Makhmali | 2016-03-03 | 1 | -1/+1 |
| | | | | | * More intention revealing than connecting on the first call to Connection#send * Fixes that calls to Connection#send would attempt to open a connection when the WebSocket's state is CONNECTING | ||||
* | Make ping into a message type | Daniel Rhodes | 2016-03-01 | 1 | -4/+2 |
| | | | | | | | | This change makes ping into a message type, which makes the whole protocol a lot more consistent. Also fixes hacks on the client side to make this all work. | ||||
* | Wrangle the asset build into something that sounds more general | Matthew Draper | 2016-02-01 | 1 | -0/+64 |