aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/app/javascript
Commit message (Expand)AuthorAgeFilesLines
* Simplify ActionCable.createWebSocketURL and realphabetize exports (#35810)rmacklin2019-04-022-5/+7
* feat(js): Dynamic ActionCable URL (#35579)Ryan Castner2019-03-312-18/+23
* Fix style issues and build source after #35525Kasper Timm Hansen2019-03-111-1/+1
* address pr feedbackRyan Castner2019-03-091-6/+2
* feat(js): Dynamic Actioncable WebSocket URLRyan Castner2019-03-071-3/+9
* 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-142-3/+9
* Simplify ActionCable.createConsumer by using default argumentRichard Macklin2019-01-141-5/+1
* Stop trying to reconnect on unauthorized cable connectionsMick Staugaard2018-12-051-1/+4
* 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-017-66/+70
* Synchronize ActionCable JS source code with compiled bundleRichard Macklin2018-11-161-3/+4
* Convert ActionCable javascript to ES2015 modules with modern build environmentRichard Macklin2018-11-026-256/+261
* Refactor decaffeinate output to more natural/idiomatic javascriptRichard Macklin2018-11-026-279/+228
* Run decaffeinate on action_cable/*.jsRichard Macklin2018-11-026-401/+581
* Move actioncable javascript to app/javascript and change .coffee -> .jsRichard Macklin2018-11-026-0/+433