Learning Lab Generators
Inspired by Nifty Generators by Ryan Bates Updated with Thor
Setup: “rails generate lab:setup ‘App Name’” will generate the initial setup of a common application, provided with layout, styles, user authentication and authorization.
Scaffold: “rails generate lab:scaffold Thing” will generate a scaffolding for a Thing model.