Skip to content

[Rails5] Fix ActionCable's mount_path configuration

blackst0ne requested to merge blackst0ne-rails5-fix-action-cable-mount-path into master

What does this MR do?

The original MR fixed red specs for Rails 5.
But while the failed specs were fixed, that changes brought new failed specs which weren't caught up in !20015 (merged).

This MR just fixes the fix. :)

New errors are like these:

Failed to upgrade to WebSocket (REQUEST_METHOD: GET, HTTP_CONNECTION: keep-alive, HTTP_UPGRADE: )
Finished "/-/boards/1/lists"[non-WebSocket] for 127.0.0.1 at 2018-06-20 18:09:26 +0200

Are there points in the code the reviewer needs to double check?

No.

Why was this MR needed?

Migration to Rails 5.0.

Screenshots (if relevant)

No.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

No.

Merge request reports