aboutsummaryrefslogtreecommitdiffstats
path: root/actioncable/test/subscription_adapter/redis_test.rb
Commit message (Expand)AuthorAgeFilesLines
* ActionCable: don't allowlist keys passed to the Redis initializerBlake Stoddard2019-04-221-2/+2
* Respect ENV variables when finding DBs etc for the test suiteMatthew Draper2019-02-061-2/+6
* Fix test case to ensure default connection id is filledRyuta Kamizono2018-09-071-2/+2
* ActionCable: add id option to redis adapter configIlia Kasianenko2018-09-051-2/+10
* Include `ActiveSupport::Testing::MethodCallAssertions` to `ActionCable::TestC...bogdanvlviv2018-06-081-3/+0
* Inherit all actioncable's test classes from `ActionCable::TestCase`bogdanvlviv2018-06-081-1/+1
* Action Cable: run Redis tests against a default config without a passwordJeremy Daer2017-11-131-2/+21
* Use frozen string literal in actioncable/Kir Shatrov2017-07-231-0/+2
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Allows for other common redis options to be in cable.yml, by defaultMarc Ignacio2017-06-221-1/+9
* Use `require_relative` instead of `require` with full pathbogdanvlviv2017-06-141-2/+2
* Add channel_prefix support to ActionCable redis/evented_redis adapters.Chad Ingram2017-01-171-0/+2
* applies new string literal convention in actioncable/testXavier Noria2016-08-061-4/+4
* Switch the default redis adapter to a single-stream modelMatthew Draper2016-02-011-1/+7
* Add tests for the ActionCable adaptersMatthew Draper2016-01-241-0/+10