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
Ilia Kasianenko 87f407db3e Add Missing ActiveSupport::Rescuable to ActionCable::Channel
[timthez, Ilia Kasianenko]
2018-12-12 15:48:55 +02:00
..
channel Add Missing ActiveSupport::Rescuable to ActionCable::Channel 2018-12-12 15:48:55 +02:00
connection Stop trying to reconnect on unauthorized cable connections 2018-12-05 10:40:29 -08:00
javascript/src Replace reference to WebSocket global with ActionCable.adapters.WebSocket 2018-12-01 14:49:43 -08:00
server Include ActiveSupport::Testing::MethodCallAssertions to ActionCable::TestCase 2018-06-08 23:29:05 +03:00
stubs Remove redundant accessors 2018-06-11 16:39:50 +02:00
subscription_adapter Fix test case to ensure default connection id is filled 2018-09-07 04:00:00 +09:00
client_test.rb Include ActiveSupport::Testing::MethodCallAssertions to ActionCable::TestCase 2018-06-08 23:29:05 +03:00
test_helper.rb Simplify configuring of ActionCable.server.config.logger for actioncable tests 2018-08-23 12:36:19 +03:00
test_helper_test.rb DRY in assert_broadcasts 2018-08-23 12:39:03 +03:00
worker_test.rb Inherit all actioncable's test classes from ActionCable::TestCase 2018-06-08 23:23:06 +03:00