aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/app/assets/javascripts/action_cable/subscriptions.coffee
Commit message (Collapse)AuthorAgeFilesLines
* Return subscription object(s) when updating the collectionJavan Makhmali2016-03-041-3/+4
|
* Make sure ActionCable.Subscriptions#create always returns the newly created ↵Pratik Naik2016-03-041-0/+2
| | | | subscription object
* Implicity add Subscription instance to subscriptions collectionJavan Makhmali2016-03-031-1/+2
|
* Establish WebSocket connection when first subscription is created. Fixes #24026Javan Makhmali2016-03-031-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 typeDaniel Rhodes2016-03-011-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 generalMatthew Draper2016-02-011-0/+64