aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/app/javascript/action_cable/connection.js
Commit message (Expand)AuthorAgeFilesLines
* 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-2/+6
* 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-011-12/+14
* Convert ActionCable javascript to ES2015 modules with modern build environmentRichard Macklin2018-11-021-125/+123
* Refactor decaffeinate output to more natural/idiomatic javascriptRichard Macklin2018-11-021-137/+131
* Run decaffeinate on action_cable/*.jsRichard Macklin2018-11-021-116/+164
* Move actioncable javascript to app/javascript and change .coffee -> .jsRichard Macklin2018-11-021-0/+116