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/channel
Zhang Kang 96b74fe433 Introduce ActionCable::Channel#stop_stream_from/for to unsubscribe specific streams (#37171)
* Like `ActionCable::Channel#stop_all_streams`, but for specific streams
2020-01-17 13:39:06 -08:00
..
base.rb Logging at info level should be reserved for top-level concerns 2019-08-26 16:43:45 -04:00
broadcasting.rb Add note about broadcast_to/broadcasting_for to change log 2019-01-22 15:29:12 -05:00
callbacks.rb Class methods in the class_methods blocks are wrongly appeared in the doc 2018-04-04 09:04:15 +09:00
naming.rb Class methods in the class_methods blocks are wrongly appeared in the doc 2018-04-04 09:04:15 +09:00
periodic_timers.rb Use frozen string literal in actioncable/ 2017-07-23 23:30:29 +03:00
streams.rb Introduce ActionCable::Channel#stop_stream_from/for to unsubscribe specific streams (#37171) 2020-01-17 13:39:06 -08:00
test_case.rb Renamed method in documentation string assert_broadcasts_on to the 2019-09-23 15:30:55 +02:00