I have a Rails 7 application. After some development I see that Turbo (Hotwired) creates too many issues and I don't need it for this application.
Is there any way to remove Turbo completely from an existing Rails app?
What is the recommended way to remove it?
"data-turbo-track": "reload"
from yourstylesheet_link_tag
in yourapplication.html.erb
. – Svend