Known Issues
Turbolinks Gem
If you are using the Turbolinks gem, you can safely disable it. Having
it enabled means forms / ajax requests will not properly work as
intended.
204 No Content
When returning a 204 No Content, mrujs will not automatically
redirect via Turbolinks. It’s up to you to handle redirects. This is
because 204’s do not return HTML.
Turbo Beta Integration
Beta versions of Turbo (v7.0.0-beta-8 and below) will show pages twice on successful
form submission that redirects causing notifications to disappear. This is fixed in
v7.0.0-rc1 and above.
Disable Rails-UJS
Rails-UJS and mrujs are entirely incompatible. If for some reason nothing is working as expected, make sure Rails-UJS is not in your app.