rails/actioncable/lib
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
..
action_cable Add Rack::Lint to ActionCable::Server health tests 2023-08-16 22:49:32 -04:00
rails/generators Improve channel generator usage docs 2022-06-21 00:30:37 -05:00
action_cable.rb Include READMEs in main framework pages of the API documentation 2023-03-21 21:16:28 +01:00