Hotwire Scaffold Generator Gem

Quick Features
A functional ruby gem for rails
Custom scaffolding to create a spa app in moments
Published on rubygems.org
Currently at 2710 downloads
This project is unlike the others featured on this page. This is not a web application, but rather is a Ruby Gem library I developed for use in conjunction with the Hotwire for Rails framework. This Gem adds a custom scaffold generator to your Rails application to get up and running with a fully functional SPA suite in moments. This includes a Stimulus Javascript controller, the full Rails MVC suite for an object, and even testing files and fixtures! Your controller and views are generated with Turbo Stream formats to respond with real time page updates upon HTTP requests. It also wraps data entries inside of Turbo Frame tags to allow for responsive editing, updating, and deletion of created entries.
I have used this in projects such as my New Tab Dashboard to get set up with the single page actions I need instantly, and published it online to be used or branched by anybody! You can check out a short demo video on how it works over on the Github repo. The live website button below will take you to the Rubygems page.
View live website!
(Live website demos are hosted on Heroku may take around 10 seconds to start the dyno. This is normal and only happens after the demo is left inactive.)