Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify `this.isActive() && this.webSocket` into `this.isActive()` | Richard Macklin | 2019-01-14 | 1 | -1/+1 |
* | Simplify ActionCable.getConfig, Connection#getProtocol, and Connection#close | Richard Macklin | 2019-01-14 | 1 | -2/+6 |
* | Stop trying to reconnect on unauthorized cable connections | Mick Staugaard | 2018-12-05 | 1 | -1/+4 |
* | Replace reference to WebSocket global with ActionCable.adapters.WebSocket | Richard Macklin | 2018-12-01 | 1 | -2/+2 |
* | Remove circular dependency warnings in ActionCable javascript and publish sou... | rmacklin | 2018-12-01 | 1 | -12/+14 |
* | Convert ActionCable javascript to ES2015 modules with modern build environment | Richard Macklin | 2018-11-02 | 1 | -125/+123 |
* | Refactor decaffeinate output to more natural/idiomatic javascript | Richard Macklin | 2018-11-02 | 1 | -137/+131 |
* | Run decaffeinate on action_cable/*.js | Richard Macklin | 2018-11-02 | 1 | -116/+164 |
* | Move actioncable javascript to app/javascript and change .coffee -> .js | Richard Macklin | 2018-11-02 | 1 | -0/+116 |