Instrumental Scaffolds

Instrumental Scaffolds take Rails scaffolding to the next level. They provide a clean and flexible way to scaffold new resources, controllers, models, and views with style.

When you use the Instrumental Scaffold generator to install a new resource in your Rails app, it installs all of the necessary files and components to get it up and running quickly.

Useage

Instrumental Scaffolds work much like standard Rails scaffolding in that after the command, you pass the resource name along with the attributes for your new resource.

The generator will also ask you for a few details about your new resource and generate all of the controller, model and views logic accordingly.

Copy
rails g instrumental:scaffold  
Copy
rails db:migrate
Instrumental Components

I created Instrumental Components to make designing and building professional apps with Ruby on Rails easy, fast, and fun. I use it on all of my projects and I hope it helps you build something great.

Brian Casel
Brian Casel
Creator of Instrumental Components
Learn more Send me a question or request