Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

539
Views
Rails 7: How can I remove Turbo completely?

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?

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

You need to remove gem "turbo-rails" from the Gemfile, run bundle install to update the dependencies. Also run

bin/importmap unpin @hotwired/turbo-rails
bin/importmap unpin @hotwired/stimulus
bin/importmap unpin @hotwired/stimulus-loading

and remove import "@hotwired/turbo-rails" from app/javascript/application.js

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!