| Commit message (Expand) | Author | Age | Files | Lines |
* | Stop trying to reconnect on unauthorized cable connections | Mick Staugaard | 2018-12-05 | 2 | -2/+17 |
* | Replace reference to WebSocket global with ActionCable.adapters.WebSocket | Richard Macklin | 2018-12-01 | 2 | -4/+4 |
* | Remove circular dependency warnings in ActionCable javascript and publish sou... | rmacklin | 2018-12-01 | 8 | -266/+273 |
* | Synchronize ActionCable JS source code with compiled bundle | Richard Macklin | 2018-11-16 | 1 | -3/+4 |
* | Allow patching polling interval logarithmic multiplier | Husam Bilal | 2018-11-14 | 1 | -3/+4 |
* | Convert ActionCable javascript to ES2015 modules with modern build environment | Richard Macklin | 2018-11-02 | 7 | -256/+736 |
* | Refactor decaffeinate output to more natural/idiomatic javascript | Richard Macklin | 2018-11-02 | 6 | -279/+228 |
* | Run decaffeinate on action_cable/*.js | Richard Macklin | 2018-11-02 | 6 | -401/+581 |
* | Move actioncable javascript to app/javascript and change .coffee -> .js | Richard Macklin | 2018-11-02 | 6 | -0/+0 |
* | ActionCable should not raise when a connection is already open | Duncan Grazier | 2017-01-06 | 1 | -1/+1 |
* | Add configuration for `WebSocket` and `logger` | Jon Moss | 2016-05-31 | 2 | -2/+4 |
* | Build action_cable.js with Blade | Javan Makhmali | 2016-05-24 | 1 | -6/+1 |
* | Publish Action Cable to NPM when we release. | Jon Moss | 2016-05-11 | 1 | -0/+6 |
* | Cable typo: isSupportedProtocol -> isProtocolSupported | Jeremy Daer | 2016-04-05 | 1 | -1/+1 |
* | Merge pull request #24224 from danielrhodes/actioncable-websocket-protocols | Jeremy Daer | 2016-04-05 | 3 | -16/+50 |
|\ |
|
| * | Added protocol negotiation | Daniel Rhodes | 2016-04-05 | 3 | -16/+50 |
* | | Fix WebSocket already open log message typo | Jon Evans | 2016-03-22 | 1 | -1/+1 |
|/ |
|
* | 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 s... | Pratik Naik | 2016-03-04 | 1 | -0/+2 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |