aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/test/javascript/src/unit
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-011-0/+28
* Remove circular dependency warnings in ActionCable javascript and publish sou...rmacklin2018-12-011-13/+3
* Convert ActionCable tests from CoffeeScript to ES2015 and replace Blade with ...rmacklin2018-11-268-120/+159
* ActionCable should not raise when a connection is already openDuncan Grazier2017-01-061-2/+5
* Add more Action Cable JavaScript testsJavan Makhmali2016-11-212-0/+65
* Add helper for testing against a mock WebSocket and serverJavan Makhmali2016-05-311-36/+7
* Reorganize `MockWebSocket`Jon Moss2016-05-311-21/+30
* Add configuration for `WebSocket` and `logger`Jon Moss2016-05-311-0/+17
* Kick off initial JavaScript testsJavan Makhmali2016-05-092-0/+55