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
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
..
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 add rescue_with support to ActionCable::Connection::Base 2020-03-20 14:49:38 -07:00
helpers
server update from PR #36222 2020-02-12 13:31:43 -05:00
subscription_adapter Add ActionCable subscription connection identificator to PostgreSQL adapter 2019-12-31 13:23:01 +03:00
channel.rb Add ActionCable::Channel::TestCase 2018-09-26 22:06:14 -07:00
connection.rb feature: add ActionCable::Connection::TestCase 2019-01-02 19:47:38 -05:00
engine.rb
gem_version.rb Start Rails 6.1 development 2019-04-24 15:57:14 -04:00
remote_connections.rb
server.rb
subscription_adapter.rb
test_case.rb
test_helper.rb Implicitly assert no exception is raised in block assertions 2019-10-07 11:01:24 +02:00
version.rb