Scaffy Generator

An opinionated cut down scaffold generator. This uses haml for templates and includes tests in shoulda with factory_girl as the object factory. Nothing fancy, nothing special. Just a really fast way to use scaffolding in an extendable manner.

!http://scoop.simplyexcited.co.uk/wp-content/uploads/2009/01/scaff.jpg (scaff)!

Install

rails plugin install git://github.com/pyrat/scaffy.git

Usage

Simple scaffold


rails g scaffy post title:string content:text

Scaffold with added layout and flash messages.


rails g scaffy post title:string content:text --layout=true

Scaffold with namespace


rails g car make:string model:string year:integer --namespace=admin

Then to install the dependent gems:


  bundle install

Dependencies

Credits

flutie