No commit activity in last 3 years
No release in over 3 years
Generate RSpec/HAML scaffolds.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies
 Project Readme

RSpec 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)

Installation:

sudo gem install zachinglis-rspec-haml-scaffold

Examples:

./script/generate rspec_haml_scaffold post # no attributes, view will be anemic
./script/generate rspec_haml_scaffold post attribute:string attribute:boolean # this is actually broken at the moment, don't do this !!! Feel free to patch it

Credits

* Daniel Fischer - http://danielfischer.com
* Zach Inglis - http://zachinglis.com