Skip to content
railsengines.com

Turbo CRUD

TurboCrud is a Rails gem that simplifies CRUD with Hotwire and Turbo. It provides modal and drawer forms, real-time updates, flash handling, and…

No ratings yet
Gem
turbo_crud
Repository
Kenny421/turbo_crud
License
MIT
Stars
16
Added
August 09, 2026

About

TurboCrud is a Rails gem that simplifies CRUD with Hotwire and Turbo. It provides modal and drawer forms, real-time updates, flash handling, and generators for fast setup. Works with existing apps or full scaffolds, boosting productivity and keeping your UI modern and responsive.

TurboCrud is a small Rails + Turbo helper for people who want CRUD to feel smooth instead of fragile. It handles the repetitive Turbo wiring so you can focus on your app logic (and maybe drink your coffee while it’s still hot).

What you get

  • Consistent Turbo Stream responses for create/update/destroy
  • Built-in modal frame + drawer frame + flash frame
  • turbo_save helper (create/update with one method)
  • Generator scaffold that auto-builds form fields from attributes
  • Test coverage + a small dummy app you can extend

Installing it

ruby
# Gemfile
gem "turbo_crud"

Details

16 stars on GitHub · MIT licensed · maintained by Kenny421. Source: https://github.com/Kenny421/turbo_crud

Discussion (0)

Sign in to join the discussion.

No comments yet.