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
Dirkjan Bussink 0523532a3c
Always use OpenSSL constants for Digest operations
As also previously discussed in
https://github.com/rails/rails/pull/40770#issuecomment-748347066, this
moves the usage of Digest constants to always use the OpenSSL version of
those Digest implementations.
2021-06-30 13:57:54 +02:00
..
async.rb [Action Cable] require_relative => require 2017-10-21 22:48:29 +09:00
base.rb Add ActionCable subscription connection identificator to PostgreSQL adapter 2019-12-31 13:23:01 +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 Always use OpenSSL constants for Digest operations 2021-06-30 13:57:54 +02:00
redis.rb Add ActionCable subscription connection identificator to PostgreSQL adapter 2019-12-31 13:23:01 +03: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