Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(RoutingConstraints): Allow Turbo Stream requests
`rails-turbo` [registers a new request format](https://github.com/hotwired/turbo-rails/blob/e376852bfb273f69f4ebb54cf516b99fcbaa7acb/lib/turbo/engine.rb#L82-L89) text/vnd.turbo-stream.html which is used whenever Turbo redirects. In order to handle those requests from - for example the messages controller - we need to allow this mime type to route into Alchemy as well. (cherry picked from commit 772a151)