Turbo Rails
Use Turbo in your Ruby on Rails app
- Gem
- turbo-rails
- Repository
- hotwired/turbo-rails
- License
- MIT
- Stars
- 2,386
- Added
- August 24, 2026
About
Use Turbo in your Ruby on Rails app
Turbo gives you the speed of a single-page web application without having to write any JavaScript. Turbo accelerates links and form submissions without requiring you to change your server-side generated HTML. It lets you carve up a page into independent frames, which can be lazy-loaded and operate as independent components. And finally, helps you make partial page updates using just HTML and a set of CRUD-like container tags. These three techniques reduce the amount of custom JavaScript that many web applications need to write by an order of magnitude. And for the few dynamic bits that are left, you're invited to finish the job with Stimulus.
Installing it
# Gemfile
gem "turbo-rails"
Details
2386 stars on GitHub · MIT licensed · maintained by hotwired. Source: https://github.com/hotwired/turbo-rails
Discussion (0)
Sign in to join the discussion.
No comments yet.