aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/lib/action_cable
Commit message (Expand)AuthorAgeFilesLines
* 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-241-2/+2
* ActionCable: don't allowlist keys passed to the Redis initializerBlake Stoddard2019-04-221-1/+3
* url -> URL where apt except inside actionpack/Sharang Dashputre2019-04-011-1/+1
* Prep releaseeileencodes2019-03-111-1/+1
* Preparing for 6.0.0.beta2 releaseRafael Mendonça França2019-02-251-1/+1
* feat: support channel_prefix in pg subscription adapterVladimir Dementyev2019-02-141-0/+2
* Allow passing custom config to ActionCable::Server::BaseVladimir Dementyev2019-02-121-2/+5
* Add ActionCable channel/connection load hooksVladimir Dementyev2019-01-292-0/+4
* Merge pull request #35021 from palkan/refactor/broadcasting-for-testingKasper Timm Hansen2019-01-243-15/+23
|\
| * 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-221-1/+6
| * Add Channel#broadcast_toVladimir Dementyev2019-01-221-1/+1
| * Move `channel_name` to Channel.broadcasting_forVladimir Dementyev2019-01-223-11/+14
* | 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-181-1/+1
* typo fixes in action cablealkesh262019-01-171-1/+1
* Add Action Cable Testing guidesVladimir Dementyev2019-01-141-1/+1
* Update Action Cable connection testing.Kasper Timm Hansen2019-01-141-44/+39
* feature: add ActionCable::Connection::TestCaseVladimir Dementyev2019-01-022-0/+242
* Merge pull request #34740 from sponomarev/feature/assert_has_streamGeorge Claghorn2018-12-311-4/+45
|\
| * Add streams assert methods to ActionCable channel test caseSergey Ponomarev2018-12-181-4/+45
* | Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-211-7/+5
|/
* Add Missing ActiveSupport::Rescuable to ActionCable::ChannelIlia Kasianenko2018-12-121-0/+4
* Stop trying to reconnect on unauthorized cable connectionsMick Staugaard2018-12-052-4/+11
* Update authorization.rbEsquith Allen2018-10-301-1/+1
* Fix typosR.T. Lechow2018-10-011-2/+2
* Remove Rails 5.0 workaround from ActionCable::Channel::TestCaseVladimir Dementyev2018-09-271-6/+2
* Add ActionCable::Channel::TestCaseVladimir Dementyev2018-09-262-0/+276
* Enable `Performance/UnfreezeString` copyuuji.yaginuma2018-09-231-1/+1
* ActionCable: add id option to redis adapter configIlia Kasianenko2018-09-051-1/+2
* DRY in `assert_broadcasts`bogdanvlviv2018-08-231-2/+3
* Clarify api docs of ActionCable::SubscriptionAdapter::Testbogdanvlviv2018-08-232-2/+2
* Add Action Cable test case and test helperVladimir Dementyev2018-08-192-0/+143
* Add Action Cable test adapterVladimir Dementyev2018-08-192-0/+41
* Better compatibility with SPEC.Samuel Williams2018-07-041-2/+4
* Merge pull request #27577 from maclover7/jm-fix-27547Rafael Mendonça França2018-06-081-8/+24
|\
| * Action Cable owns database connection, not Active RecordJon Moss2017-03-251-8/+24
* | Class methods in the `class_methods` blocks are wrongly appeared in the docRyuta Kamizono2018-04-044-4/+4
* | Rails 6 requires Ruby 2.3+Jeremy Daer2018-02-174-16/+4
* | Start Rails 6.0 development!!!Rafael Mendonça França2018-01-301-3/+3
* | Enable autocorrect for `Lint/EndAlignment` copKoichi ITO2018-01-181-1/+1
* | PostgreSQL: Allow pg-1.0 gem to be used with ActiveRecordLars Kanis2018-01-101-1/+1
* | Preparing for 5.2.0.beta2 releaseRafael Mendonça França2017-11-281-1/+1
* | Preparing for 5.2.0.beta1 releaseRafael Mendonça França2017-11-271-1/+1
* | Enable `Style/RedundantReturn` rubocop rule, and fixed a couple moreRyuta Kamizono2017-11-011-1/+1
* | Removed deprected evented redis adapterRafael Mendonça França2017-10-231-89/+0
* | [Action Cable] require_relative => requireAkira Matsuda2017-10-212-2/+2
* | Merge pull request #30748 from jeremy/redis-rb-4.0.1Jeremy Daer2017-10-082-3/+3
|\ \