rails--rails/actioncable/lib/action_cable
Rafael Mendonça França 386ab893f6
Use regular memoization
`connection_gid` always return something so we don't need to use
`defined?`.
2021-09-23 19:23:27 -04:00
..
channel Use regular memoization 2021-09-23 19:23:27 -04:00
connection Enable `Style/ExplicitBlockArgument` cop 2021-09-05 17:06:19 +02:00
helpers Replace webpack with importmapped Hotwire as default js (#42999) 2021-08-26 10:39:36 +02:00
server Enable `Style/ExplicitBlockArgument` cop 2021-09-05 17:06:19 +02:00
subscription_adapter Always use OpenSSL constants for Digest operations 2021-06-30 13:57:54 +02:00
channel.rb Add ActionCable::Channel::TestCase 2018-09-26 22:06:14 -07:00
connection.rb feature: add ActionCable::Connection::TestCase 2019-01-02 19:47:38 -05:00
engine.rb Output Action Cable JS without transpiling and as ESM (#42856) 2021-08-06 14:00:43 +02:00
gem_version.rb Preparing for 7.0.0.alpha2 release 2021-09-15 18:22:51 -04:00
remote_connections.rb RemoteConnection#disconnect: fix ArgumentError on ruby 3.0 2021-04-02 12:24:54 -04:00
server.rb Remove invalid autoloads in top-level Rails modules 2020-06-08 17:21:26 -04:00
subscription_adapter.rb Add Action Cable test adapter 2018-08-19 19:06:30 -04:00
test_case.rb Add Action Cable test case and test helper 2018-08-19 19:23:33 -04:00
test_helper.rb Log a warning when assertions are incorrectly nested and errors are raised 2021-07-12 10:37:43 -05:00
version.rb Use frozen string literal in actioncable/ 2017-07-23 23:30:29 +03:00