Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ActionCable should not raise when a connection is already open | Duncan Grazier | 2017-01-06 | 1 | -2/+5 |
| | | | | | | | | | | | ActionCable was throwing a "Existing connection must be closed before opening" exception which was being picked up as a production issue in our error monitoring software. Since this happens pretty often on any device that allows the browser to sleep (mobile) this error was getting triggered often. This change removes the exception, but keeps logging the occurrence. We now return `false` to let the caller now that `open` failed. | ||||
* | 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 |
| | | | | [Javan Makhmali, Jon Moss] | ||||
* | Kick off initial JavaScript tests | Javan Makhmali | 2016-05-09 | 6 | -0/+4617 |