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/subscription_adapter
Blake Stoddard 70d64169ae ActionCable: don't allowlist keys passed to the Redis initializer
Support all Redis features without needing to maintain a list of valid options that must stay in sync with the upstream client library.
2019-04-22 09:59:53 -04:00
..
async.rb [Action Cable] require_relative => require 2017-10-21 22:48:29 +09:00
base.rb Use frozen string literal in actioncable/ 2017-07-23 23:30:29 +03:00
channel_prefix.rb Use frozen string literal in actioncable/ 2017-07-23 23:30:29 +03:00
inline.rb Use frozen string literal in actioncable/ 2017-07-23 23:30:29 +03:00
postgresql.rb feat: support channel_prefix in pg subscription adapter 2019-02-14 16:22:03 -08:00
redis.rb ActionCable: don't allowlist keys passed to the Redis initializer 2019-04-22 09:59:53 -04:00
subscriber_map.rb Use frozen string literal in actioncable/ 2017-07-23 23:30:29 +03:00
test.rb Clarify api docs of ActionCable::SubscriptionAdapter::Test 2018-08-23 12:30:16 +03:00