Plugins - RSpec Haml Scaffold Generator
Add to favoritesRSpec Haml Scaffold Generator
====
This is an uber version of the RSpec Scaffold Generator, the following things have been added:
Support for Haml instead of erb
Nested routes (nested tests/migrations)
Examples:
./script generate scaffold post # no attributes, view will be anemic
./script generate scaffold post attribute:string attribute:boolean
