1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actioncable/test/subscription_adapter
Marc Ignacio f55ecc6a7c Allows for other common redis options to be in cable.yml, by default
- Adds RedisAdapterTest::AlternateConfiguration to account
  for a relatively common alternative setup, as it’s used
  as the first example in the
  [Redis rubygem](https://github.com/redis/redis-rb#getting-started)

- Supplies original RedisAdapterTest with more complete
  redis:// url format by adding a ‘userinfo’ (blank user),
  so that it resembles the alternate configuration

- Supplies original EventedRedisAdapterTest with more complete
  redis:// url as well

- Adds before_script to start redis-server with password as a daemon
  and with explicit defaults copied from the default redis.conf
  (Instead of using Travis' default init/upstart scripts for `redis` service)
2017-06-22 16:15:47 +08:00
..
async_test.rb Use require_relative instead of require with full path 2017-06-14 12:10:17 +03:00
base_test.rb
channel_prefix.rb Add channel_prefix support to ActionCable redis/evented_redis adapters. 2017-01-17 23:21:39 -05:00
common.rb Don't shut down adapters that haven't been set 2016-10-04 06:40:38 +10:30
evented_redis_test.rb Allows for other common redis options to be in cable.yml, by default 2017-06-22 16:15:47 +08:00
inline_test.rb Use require_relative instead of require with full path 2017-06-14 12:10:17 +03:00
postgresql_test.rb Use require_relative instead of require with full path 2017-06-14 12:10:17 +03:00
redis_test.rb Allows for other common redis options to be in cable.yml, by default 2017-06-22 16:15:47 +08:00
subscriber_map_test.rb