rails/actioncable/test
Hartley McGuire c3c844ef3a
Add Rack::Lint to ActionCable::Server health tests
This adds additional coverage to ActionCable::Server to validate that
its output follow the Rack SPEC.

In addition to using Rack::CONTENT_TYPE for the Content-Type header,
there was another change required: the Content-Type header cannot be
specified when the Response status is 204, so the default health check
status was updated to 200
2023-08-16 22:49:32 -04:00
..
channel Delegate StubConnection#pubsub and StubConnection#config to ActionCable.server 2023-07-15 13:04:46 +08:00
connection feat: action cable connection callbacks 2022-05-16 12:24:38 -07:00
javascript/src Allows adding more protocols to the WebSocket sub protocols 2022-10-19 09:00:15 +02:00
server Add Rack::Lint to ActionCable::Server health tests 2023-08-16 22:49:32 -04:00
stubs Merge pull request #47483 from palkan/fix/channel-test-case-test-server 2023-03-03 18:23:21 -05:00
subscription_adapter Fix ActionCable Redis configuration with sentinels 2023-05-28 11:57:23 +00:00
client_test.rb Updates for Puma 6 2022-09-22 12:40:54 -05: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_test.rb Introduce capture_emails and capture_broadcasts (#48798) 2023-07-25 06:42:54 +02:00
test_helper.rb Enable verbose mode in test and report warnings as errors 2022-10-11 09:25:18 +02:00
worker_test.rb Inherit all actioncable's test classes from ActionCable::TestCase 2018-06-08 23:23:06 +03:00