aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/app
Commit message (Expand)AuthorAgeFilesLines
* Simplify ActionCable.createWebSocketURL and realphabetize exports (#35810)rmacklin2019-04-023-10/+14
* feat(js): Dynamic ActionCable URL (#35579)Ryan Castner2019-03-313-30/+57
* Fix style issues and build source after #35525Kasper Timm Hansen2019-03-112-4/+5
* address pr feedbackRyan Castner2019-03-091-6/+2
* feat(js): Dynamic Actioncable WebSocket URLRyan Castner2019-03-071-3/+9
* Remove explicit `document` receiver from add/removeEventListener callsRichard Macklin2019-01-152-4/+4
* Replace `window` references in ActionCable with `self`Richard Macklin2019-01-142-4/+4
* Simplify `this.isActive() && this.webSocket` into `this.isActive()`Richard Macklin2019-01-142-2/+2
* Simplify ActionCable.getConfig, Connection#getProtocol, and Connection#closeRichard Macklin2019-01-143-7/+17
* Simplify ActionCable.createConsumer by using default argumentRichard Macklin2019-01-142-10/+3
* Stop trying to reconnect on unauthorized cable connectionsMick Staugaard2018-12-052-2/+17
* Replace reference to WebSocket global with ActionCable.adapters.WebSocketRichard Macklin2018-12-012-4/+4
* Remove circular dependency warnings in ActionCable javascript and publish sou...rmacklin2018-12-018-266/+273
* Synchronize ActionCable JS source code with compiled bundleRichard Macklin2018-11-161-3/+4
* Allow patching polling interval logarithmic multiplierHusam Bilal2018-11-141-3/+4
* Convert ActionCable javascript to ES2015 modules with modern build environmentRichard Macklin2018-11-027-256/+736
* Refactor decaffeinate output to more natural/idiomatic javascriptRichard Macklin2018-11-026-279/+228
* Run decaffeinate on action_cable/*.jsRichard Macklin2018-11-026-401/+581
* Move actioncable javascript to app/javascript and change .coffee -> .jsRichard Macklin2018-11-026-0/+0
* ActionCable should not raise when a connection is already openDuncan Grazier2017-01-061-1/+1
* Add configuration for `WebSocket` and `logger`Jon Moss2016-05-312-2/+4
* Build action_cable.js with BladeJavan Makhmali2016-05-241-6/+1
* Publish Action Cable to NPM when we release.Jon Moss2016-05-111-0/+6
* Cable typo: isSupportedProtocol -> isProtocolSupportedJeremy Daer2016-04-051-1/+1
* Merge pull request #24224 from danielrhodes/actioncable-websocket-protocolsJeremy Daer2016-04-053-16/+50
|\
| * Added protocol negotiationDaniel Rhodes2016-04-053-16/+50
* | Fix WebSocket already open log message typoJon Evans2016-03-221-1/+1
|/
* Return subscription object(s) when updating the collectionJavan Makhmali2016-03-041-3/+4
* Make sure ActionCable.Subscriptions#create always returns the newly created s...Pratik Naik2016-03-041-0/+2
* Store reference to Subscriptions instance for convenienceJavan Makhmali2016-03-031-5/+6
* Implicity add Subscription instance to subscriptions collectionJavan Makhmali2016-03-032-13/+12
* Share default mount path with client side .jsJavan Makhmali2016-03-031-1/+1
* Fix location of default mount path valueJavan Makhmali2016-03-031-2/+3
* Defer starting connection monitor until a connection is openedJavan Makhmali2016-03-033-41/+52
* Establish WebSocket connection when first subscription is created. Fixes #24026Javan Makhmali2016-03-033-9/+10
* ConnectionMonitor is once again notified of disconnectDaniel Rhodes2016-03-032-0/+2
* Make ping into a message typeDaniel Rhodes2016-03-013-10/+7
* Added welcome message type and fix test hacksDaniel Rhodes2016-03-011-0/+2
* Only open Action Cable connection if data is being sentJon Moss2016-02-241-1/+3
* Enable Action Cable routes by defaultJon Moss2016-02-241-1/+1
* Fix isAlive condition and add more loggingJavan Makhmali2016-02-231-5/+7
* ActionCable.logJavan Makhmali2016-02-233-14/+25
* Uninstall event handlers when replacing WebSocket instanceJavan Makhmali2016-02-231-0/+6
* Connection#isAliveJavan Makhmali2016-02-231-3/+3
* Log ConnectionMonitor connectPratik Naik2016-02-231-0/+1
* Treat 'closing' state as closed.Pratik Naik2016-02-231-3/+6
* Add client-side console logging to help debug reconnect issuesJavan Makhmali2016-02-232-1/+15
* Wrangle the asset build into something that sounds more generalMatthew Draper2016-02-017-2/+1
* Improvements and reorganization of assetsJon Moss2016-01-307-0/+341