rails--rails/actioncable/test/connection
justin talbott d2571e560c add rescue_with support to ActionCable::Connection::Base
and update ActionCable guide to describe exception handling usage

# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
#
# On branch master
# Your branch is behind 'origin/master' by 5 commits, and can be fast-forwarded.
#
# Changes to be committed:
#	modified:   actioncable/CHANGELOG.md
#	modified:   actioncable/lib/action_cable/connection/base.rb
#	modified:   actioncable/lib/action_cable/connection/subscriptions.rb
#	modified:   actioncable/test/connection/subscriptions_test.rb
#	modified:   guides/source/action_cable_overview.md
#
2020-03-20 14:49:38 -07:00
..
authorization_test.rb Stop trying to reconnect on unauthorized cable connections 2018-12-05 10:40:29 -08:00
base_test.rb update from PR #36222 2020-02-12 13:31:43 -05:00
client_socket_test.rb Stop trying to reconnect on unauthorized cable connections 2018-12-05 10:40:29 -08:00
cross_site_forgery_test.rb Use frozen string literal in actioncable/ 2017-07-23 23:30:29 +03:00
identifier_test.rb Include `ActiveSupport::Testing::MethodCallAssertions` to `ActionCable::TestCase` 2018-06-08 23:29:05 +03:00
multiple_identifiers_test.rb remove unnecessary mocking in ActionCable tests 2018-05-22 02:29:18 +02:00
stream_test.rb Include `ActiveSupport::Testing::MethodCallAssertions` to `ActionCable::TestCase` 2018-06-08 23:29:05 +03:00
string_identifier_test.rb remove unnecessary mocking in ActionCable tests 2018-05-22 02:29:18 +02:00
subscriptions_test.rb add rescue_with support to ActionCable::Connection::Base 2020-03-20 14:49:38 -07:00
test_case_test.rb Update Action Cable connection testing. 2019-01-14 01:19:56 +01:00