aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/test/javascript
Commit message (Expand)AuthorAgeFilesLines
* Simplify ActionCable.createWebSocketURL and realphabetize exports (#35810)rmacklin2019-04-021-2/+3
* feat(js): Dynamic ActionCable URL (#35579)Ryan Castner2019-03-311-2/+5
* feat(js): Dynamic Actioncable WebSocket URLRyan Castner2019-03-071-0/+8
* Replace `window` references in ActionCable with `self`Richard Macklin2019-01-141-4/+4
* Replace reference to WebSocket global with ActionCable.adapters.WebSocketRichard Macklin2018-12-012-0/+29
* Remove circular dependency warnings in ActionCable javascript and publish sou...rmacklin2018-12-013-18/+8
* Convert ActionCable tests from CoffeeScript to ES2015 and replace Blade with ...rmacklin2018-11-2615-4713/+232
* Remove thirdparty FIXMEAlberto Almagro2018-07-251-2/+1
* ActionCable should not raise when a connection is already openDuncan Grazier2017-01-061-2/+5
* Add more Action Cable JavaScript testsJavan Makhmali2016-11-214-0/+78
* Add helper for testing against a mock WebSocket and serverJavan Makhmali2016-05-315-56/+48
* Reorganize `MockWebSocket`Jon Moss2016-05-312-22/+32
* Add configuration for `WebSocket` and `logger`Jon Moss2016-05-312-4/+18
* Kick off initial JavaScript testsJavan Makhmali2016-05-096-0/+4617