aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable
Commit message (Expand)AuthorAgeFilesLines
* Respect ENV variables when finding DBs etc for the test suiteMatthew Draper2019-02-062-3/+9
* Use ES6 short styleDavid Heinemeier Hansson2019-02-041-3/+3
* Match rails generator outputDavid Heinemeier Hansson2019-02-041-2/+2
* Add ActionCable channel/connection load hooksVladimir Dementyev2019-01-293-0/+17
* Add CHANGELOG entries for npm package renames [ci skip]Javan Makhmali2019-01-281-0/+6
* Merge pull request #35021 from palkan/refactor/broadcasting-for-testingKasper Timm Hansen2019-01-246-19/+55
|\
| * fix fixture syntax in cable docs and guidesVladimir Dementyev2019-01-221-3/+3
| * Add note about broadcast_to/broadcasting_for to change logVladimir Dementyev2019-01-222-1/+25
| * Add Channel#broadcast_toVladimir Dementyev2019-01-222-2/+2
| * Move `channel_name` to Channel.broadcasting_forVladimir Dementyev2019-01-224-14/+26
* | Fix attribute typo in ActionCable connection test requestSergey Ponomarev2019-01-231-2/+0
|/
* Preparing for 6.0.0.beta1 releaseRafael Mendonça França2019-01-183-2/+4
* Merge pull request #34959 from alkesh26/action-cable-typo-fixesRafael França2019-01-183-3/+3
|\
| * typo fixes in action cablealkesh262019-01-173-3/+3
* | Merge pull request #34941 from rmacklin/allow-actioncable-to-run-in-web-workersJavan Makhmali2019-01-164-12/+12
|\ \
| * | Remove explicit `document` receiver from add/removeEventListener callsRichard Macklin2019-01-152-4/+4
| * | Replace `window` references in ActionCable with `self`Richard Macklin2019-01-143-8/+8
| |/
* / Remove `frozen_string_literal` from Action Cable's template filesbogdanvlviv2019-01-161-2/+0
|/
* Merge pull request #34934 from rmacklin/simplify-actioncable-methods-after-de...Rafael França2019-01-143-16/+19
|\
| * 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
* | Add Action Cable Testing guidesVladimir Dementyev2019-01-142-1/+5
* | Add channel test generatorVladimir Dementyev2019-01-134-1/+34
|/
* Update Action Cable connection testing.Kasper Timm Hansen2019-01-142-57/+57
* Merge pull request #34930 from bogdanvlviv/merge-actioncable-README.md-to-the...Ryuta Kamizono2019-01-141-544/+1
|\
| * Merge `actioncable/README.md` to the Action Cable Overview guide [ci skip]bogdanvlviv2019-01-131-544/+1
* | Merge pull request #34845 from palkan/feature/action-cable-connection-testingKasper Timm Hansen2019-01-133-0/+434
|\ \ | |/ |/|
| * feature: add ActionCable::Connection::TestCaseVladimir Dementyev2019-01-023-0/+434
* | Move all npm packages to @rails scopeJavan Makhmali2019-01-103-5/+5
* | Revert "Revert "Merge pull request #34387 from yhirano55/rails_info_propertie...Kasper Timm Hansen2019-01-081-0/+3
* | Revert "Merge pull request #34387 from yhirano55/rails_info_properties_json"Kasper Timm Hansen2019-01-081-3/+0
|/
* Merge pull request #34831 from arunagw/bump-year-to-2019Arun Agrawal2018-12-312-2/+2
|\
| * Bump license years for 2019Arun Agrawal2018-12-312-2/+2
* | Merge pull request #34740 from sponomarev/feature/assert_has_streamGeorge Claghorn2018-12-312-6/+73
|\ \ | |/ |/|
| * Add streams assert methods to ActionCable channel test caseSergey Ponomarev2018-12-182-6/+73
* | Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-213-104/+90
* | Require Ruby 2.5 for Rails 6.Kasper Timm Hansen2018-12-192-3/+3
|/
* Add Missing ActiveSupport::Rescuable to ActionCable::ChannelIlia Kasianenko2018-12-122-1/+21
* Stop trying to reconnect on unauthorized cable connectionsMick Staugaard2018-12-059-10/+46
* Add missing authorship to ActionCable changelog entryRichard Macklin2018-12-021-0/+2
* Merge pull request #34590 from rmacklin/use-websocket-adapter-in-getStateJavan Makhmali2018-12-025-4/+37
|\
| * Replace reference to WebSocket global with ActionCable.adapters.WebSocketRichard Macklin2018-12-015-4/+37
* | Remove obsolete yarn.lock files and check in root yarn.lock fileRichard Macklin2018-12-021-4053/+0
|/
* Remove circular dependency warnings in ActionCable javascript and publish sou...rmacklin2018-12-0115-289/+324
* Convert ActionCable tests from CoffeeScript to ES2015 and replace Blade with ...rmacklin2018-11-2622-4778/+2479
* Synchronize ActionCable JS source code with compiled bundleRichard Macklin2018-11-161-3/+4
* Allow patching polling interval logarithmic multiplierHusam Bilal2018-11-141-3/+4
* Amend CVE note and security guide section wordingsGannon McGibbon2018-11-061-3/+3
* Add CVE note to security guide and gemspecsGannon McGibbon2018-11-061-0/+3