aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/app/assets
Commit message (Expand)AuthorAgeFilesLines
* Simplify ActionCable.createWebSocketURL and realphabetize exports (#35810)rmacklin2019-04-021-5/+7
* feat(js): Dynamic ActionCable URL (#35579)Ryan Castner2019-03-311-12/+34
* Fix style issues and build source after #35525Kasper Timm Hansen2019-03-111-3/+4
* Remove explicit `document` receiver from add/removeEventListener callsRichard Macklin2019-01-151-2/+2
* Replace `window` references in ActionCable with `self`Richard Macklin2019-01-141-2/+2
* Simplify `this.isActive() && this.webSocket` into `this.isActive()`Richard Macklin2019-01-141-1/+1
* Simplify ActionCable.getConfig, Connection#getProtocol, and Connection#closeRichard Macklin2019-01-141-4/+8
* Simplify ActionCable.createConsumer by using default argumentRichard Macklin2019-01-141-5/+2
* Stop trying to reconnect on unauthorized cable connectionsMick Staugaard2018-12-051-1/+13
* Replace reference to WebSocket global with ActionCable.adapters.WebSocketRichard Macklin2018-12-011-2/+2
* Remove circular dependency warnings in ActionCable javascript and publish sou...rmacklin2018-12-011-200/+203
* Allow patching polling interval logarithmic multiplierHusam Bilal2018-11-141-3/+4
* Convert ActionCable javascript to ES2015 modules with modern build environmentRichard Macklin2018-11-021-0/+475
* Move actioncable javascript to app/javascript and change .coffee -> .jsRichard Macklin2018-11-026-433/+0
* ActionCable should not raise when a connection is already openDuncan Grazier2017-01-061-1/+1
* Add configuration for `WebSocket` and `logger`Jon Moss2016-05-312-2/+4
* Build action_cable.js with BladeJavan Makhmali2016-05-241-6/+1
* Publish Action Cable to NPM when we release.Jon Moss2016-05-111-0/+6
* Cable typo: isSupportedProtocol -> isProtocolSupportedJeremy Daer2016-04-051-1/+1
* Merge pull request #24224 from danielrhodes/actioncable-websocket-protocolsJeremy Daer2016-04-053-16/+50
|\
| * Added protocol negotiationDaniel Rhodes2016-04-053-16/+50
* | Fix WebSocket already open log message typoJon Evans2016-03-221-1/+1
|/
* Return subscription object(s) when updating the collectionJavan Makhmali2016-03-041-3/+4
* Make sure ActionCable.Subscriptions#create always returns the newly created s...Pratik Naik2016-03-041-0/+2
* Store reference to Subscriptions instance for convenienceJavan Makhmali2016-03-031-5/+6
* Implicity add Subscription instance to subscriptions collectionJavan Makhmali2016-03-032-13/+12
* Share default mount path with client side .jsJavan Makhmali2016-03-031-1/+1
* Fix location of default mount path valueJavan Makhmali2016-03-031-2/+3
* Defer starting connection monitor until a connection is openedJavan Makhmali2016-03-033-41/+52
* Establish WebSocket connection when first subscription is created. Fixes #24026Javan Makhmali2016-03-033-9/+10
* ConnectionMonitor is once again notified of disconnectDaniel Rhodes2016-03-032-0/+2
* Make ping into a message typeDaniel Rhodes2016-03-013-10/+7
* Added welcome message type and fix test hacksDaniel Rhodes2016-03-011-0/+2
* Only open Action Cable connection if data is being sentJon Moss2016-02-241-1/+3
* Enable Action Cable routes by defaultJon Moss2016-02-241-1/+1
* Fix isAlive condition and add more loggingJavan Makhmali2016-02-231-5/+7
* ActionCable.logJavan Makhmali2016-02-233-14/+25
* Uninstall event handlers when replacing WebSocket instanceJavan Makhmali2016-02-231-0/+6
* Connection#isAliveJavan Makhmali2016-02-231-3/+3
* Log ConnectionMonitor connectPratik Naik2016-02-231-0/+1
* Treat 'closing' state as closed.Pratik Naik2016-02-231-3/+6
* Add client-side console logging to help debug reconnect issuesJavan Makhmali2016-02-232-1/+15
* Wrangle the asset build into something that sounds more generalMatthew Draper2016-02-017-2/+1
* Improvements and reorganization of assetsJon Moss2016-01-307-0/+341