aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable
Commit message (Expand)AuthorAgeFilesLines
* Revert "MethodCallAssertions is a regular player of the team ActiveSupport::T...Rafael Mendonça França2019-08-021-0/+3
* MethodCallAssertions is a regular player of the team ActiveSupport::TestCase nowAkira Matsuda2019-08-021-3/+0
* Use match? where we don't need MatchDataAkira Matsuda2019-07-291-1/+1
* Enable `Layout/EmptyLinesAroundAccessModifier` copRyuta Kamizono2019-06-131-1/+0
* ActionCable: optimize logger.debug callingAlex Emelyanov2019-06-081-1/+1
* Start Rails 6.1 developmentRafael Mendonça França2019-04-243-155/+4
* ActionCable: don't allowlist keys passed to the Redis initializerBlake Stoddard2019-04-222-3/+5
* s/Travis/Buildkite/Matthew Draper2019-04-091-3/+3
* Output junit format test reportFumiaki MATSUSHIMA2019-04-041-0/+2
* Simplify ActionCable.createWebSocketURL and realphabetize exports (#35810)rmacklin2019-04-024-12/+17
* url -> URL where apt except inside actionpack/Sharang Dashputre2019-04-011-1/+1
* feat(js): Dynamic ActionCable URL (#35579)Ryan Castner2019-03-314-32/+62
* Merge tag 'v6.0.0.beta3'eileencodes2019-03-133-2/+7
|\
| * Prep releaseeileencodes2019-03-113-2/+7
* | Fix style issues and build source after #35525Kasper Timm Hansen2019-03-112-4/+5
* | Merge pull request #35525 from audiolion/feature/dynamic-actioncable-websocke...Kasper Timm Hansen2019-03-112-3/+13
|\ \
| * | address pr feedbackRyan Castner2019-03-091-6/+2
| * | feat(js): Dynamic Actioncable WebSocket URLRyan Castner2019-03-072-3/+17
| |/
* / Updated links from http to https in guides, docs, etcAbhay Nikam2019-03-092-2/+2
|/
* Preparing for 6.0.0.beta2 releaseRafael Mendonça França2019-02-253-2/+4
* Address uninitialized constant PostgresqlAdapterTest::ChannelPrefixTest (Name...Yasuo Honda2019-02-151-0/+1
* feat: support channel_prefix in pg subscription adapterVladimir Dementyev2019-02-143-0/+9
* Allow passing custom config to ActionCable::Server::BaseVladimir Dementyev2019-02-123-11/+29
* 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