1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
rails--rails/actioncable/lib/action_cable
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
..
channel Add option for class_attribute default (#29270) 2017-05-29 18:01:50 +02:00
connection nodoc AC::Connection::WebSocket 2017-06-16 18:36:04 -04:00
helpers use correct value in example [ci skip] 2016-11-14 09:45:28 +09:00
server Use mattr_accessor default: option throughout the project 2017-06-03 13:52:48 +03:00
subscription_adapter Allows for other common redis options to be in cable.yml, by default 2017-06-22 16:15:47 +08:00
channel.rb
connection.rb Remove Faye mode 2016-10-01 15:35:59 +09:30
engine.rb self. is not needed when calling its own instance method 2017-01-05 19:58:52 +09:00
gem_version.rb Start Rails 5.2 development 2017-03-22 10:11:39 +10:30
remote_connections.rb identifiers is already defined via Connection::Identification module 2017-05-21 12:37:18 +09:00
server.rb applies new string literal convention in actioncable/lib 2016-08-06 19:13:46 +02:00
subscription_adapter.rb Add channel_prefix support to ActionCable redis/evented_redis adapters. 2017-01-17 23:21:39 -05:00
version.rb applies new string literal convention in actioncable/lib 2016-08-06 19:13:46 +02:00