rails/actioncable/test/channel
Jon Moss 831e2c8d1b Prevent invocation of channel action if rejected connection
Fixes #23757.

Before this commit, even if `reject` was called in the `subscribe`
method for an Action Cable channel, all actions on that channel could
still be invoked. This calls a `return` if a rejected connection tries
to invoke any actions on the channel.
2016-08-19 13:00:39 -04:00
..
base_test.rb Add three new rubocop rules 2016-08-16 04:30:11 -03:00
broadcasting_test.rb applies new string literal convention in actioncable/test 2016-08-06 19:15:15 +02:00
naming_test.rb applies new string literal convention in actioncable/test 2016-08-06 19:15:15 +02:00
periodic_timers_test.rb remove redundant curlies from hash arguments 2016-08-06 19:44:11 +02:00
rejection_test.rb Prevent invocation of channel action if rejected connection 2016-08-19 13:00:39 -04:00
stream_test.rb remove redundant curlies from hash arguments 2016-08-06 19:44:11 +02:00