-
Alex Ghiculescu authored
Fixes https://github.com/rails/rails/issues/45489 - Adds `anchor: true` to the Action Cable server mount, so that it only strictly matches `/cable` rather than anything that starts with that. - Uses `reverse_merge` instead of `merge` in `Mapper#mount`, so that you can override these options if you need to.
Alex Ghiculescu authoredFixes https://github.com/rails/rails/issues/45489 - Adds `anchor: true` to the Action Cable server mount, so that it only strictly matches `/cable` rather than anything that starts with that. - Uses `reverse_merge` instead of `merge` in `Mapper#mount`, so that you can override these options if you need to.
Loading