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 | ||||
* | Store reference to Subscriptions instance for convenience | Javan Makhmali | 2016-03-03 | 1 | -5/+6 |
| | |||||
* | Implicity add Subscription instance to subscriptions collection | Javan Makhmali | 2016-03-03 | 2 | -13/+12 |
| | |||||
* | Share default mount path with client side .js | Javan Makhmali | 2016-03-03 | 1 | -1/+1 |
| | |||||
* | Fix location of default mount path value | Javan Makhmali | 2016-03-03 | 1 | -2/+3 |
| | | | | #getConfig was implmented as general utility for reading action-cable-* meta tags (hence the `name` argument). Introduced in 8b69f1eeba753c38364fb88136b2503480f2de1d. | ||||
* | Defer starting connection monitor until a connection is opened | Javan Makhmali | 2016-03-03 | 3 | -41/+52 |
| | |||||
* | Establish WebSocket connection when first subscription is created. Fixes #24026 | Javan Makhmali | 2016-03-03 | 3 | -9/+10 |
| | | | | | * 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 | ||||
* | ConnectionMonitor is once again notified of disconnect | Daniel Rhodes | 2016-03-03 | 2 | -0/+2 |
| | |||||
* | Make ping into a message type | Daniel Rhodes | 2016-03-01 | 3 | -10/+7 |
| | | | | | | | | 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. | ||||
* | Added welcome message type and fix test hacks | Daniel Rhodes | 2016-03-01 | 1 | -0/+2 |
| | |||||
* | Only open Action Cable connection if data is being sent | Jon Moss | 2016-02-24 | 1 | -1/+3 |
| | |||||
* | Enable Action Cable routes by default | Jon Moss | 2016-02-24 | 1 | -1/+1 |
| | | | | This also marks Action Cable routes as internal to Rails. | ||||
* | Fix isAlive condition and add more logging | Javan Makhmali | 2016-02-23 | 1 | -5/+7 |
| | |||||
* | ActionCable.log | Javan Makhmali | 2016-02-23 | 3 | -14/+25 |
| | |||||
* | Uninstall event handlers when replacing WebSocket instance | Javan Makhmali | 2016-02-23 | 1 | -0/+6 |
| | | | | Ensures we don't get "onclose" events from a previous WebSocket that was in the "closing" state | ||||
* | Connection#isAlive | Javan Makhmali | 2016-02-23 | 1 | -3/+3 |
| | |||||
* | Log ConnectionMonitor connect | Pratik Naik | 2016-02-23 | 1 | -0/+1 |
| | |||||
* | Treat 'closing' state as closed. | Pratik Naik | 2016-02-23 | 1 | -3/+6 |
| | | | | | | We are seeing cases where the websockets get stuck in the 'closing' state after a tab has been in background for a while. So lets treat those websockets as closed. | ||||
* | Add client-side console logging to help debug reconnect issues | Javan Makhmali | 2016-02-23 | 2 | -1/+15 |
| | |||||
* | Wrangle the asset build into something that sounds more general | Matthew Draper | 2016-02-01 | 7 | -2/+1 |
| | |||||
* | Improvements and reorganization of assets | Jon Moss | 2016-01-30 | 7 | -0/+341 |