aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/app/assets/javascripts/action_cable.js
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