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
2021-09-15 17:50:49 +02:00
..
channel Add method ActionCable::Channel#stream_or_reject_for to stream if record is present, otherwise reject the connection (#38375) 2020-03-07 10:09:08 -08:00
connection Do not allow subscribing to Base channel 2020-11-24 22:30:03 -05:00
javascript/src Prevent thundering herd of Action Cable clients 2021-02-02 10:43:05 -06:00
server
stubs Introduce ActionCable::Channel#stop_stream_from/for to unsubscribe specific streams (#37171) 2020-01-17 13:39:06 -08:00
subscription_adapter Allow testing action cable with a different redis port 2021-08-04 18:17:47 -04:00
client_test.rb Update guide and actioncable tests to use appropriate concurrent-ruby class 2021-09-15 17:50:49 +02:00
javascript_package_test.rb Enforce that actioncable compiled JS bundle is in sync with source code 2019-10-19 02:26:31 +02:00
test_helper.rb Depend on ruby/debug, replacing Byebug 2021-09-08 17:35:41 +02:00
test_helper_test.rb
worker_test.rb