Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace `window` references in ActionCable with `self` | Richard Macklin | 2019-01-14 | 1 | -4/+4 |
* | Replace reference to WebSocket global with ActionCable.adapters.WebSocket | Richard Macklin | 2018-12-01 | 2 | -0/+29 |
* | Remove circular dependency warnings in ActionCable javascript and publish sou... | rmacklin | 2018-12-01 | 3 | -18/+8 |
* | Convert ActionCable tests from CoffeeScript to ES2015 and replace Blade with ... | rmacklin | 2018-11-26 | 15 | -4713/+232 |
* | Remove thirdparty FIXME | Alberto Almagro | 2018-07-25 | 1 | -2/+1 |
* | ActionCable should not raise when a connection is already open | Duncan Grazier | 2017-01-06 | 1 | -2/+5 |
* | Add more Action Cable JavaScript tests | Javan Makhmali | 2016-11-21 | 4 | -0/+78 |
* | Add helper for testing against a mock WebSocket and server | Javan Makhmali | 2016-05-31 | 5 | -56/+48 |
* | Reorganize `MockWebSocket` | Jon Moss | 2016-05-31 | 2 | -22/+32 |
* | Add configuration for `WebSocket` and `logger` | Jon Moss | 2016-05-31 | 2 | -4/+18 |
* | Kick off initial JavaScript tests | Javan Makhmali | 2016-05-09 | 6 | -0/+4617 |