This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Wed May 06 16:36:04 -0700 2009 | |
| |
LICENSE | Wed May 06 16:28:36 -0700 2009 | |
| |
README.rdoc | Wed May 06 16:36:50 -0700 2009 | |
| |
Rakefile | Wed May 06 16:28:36 -0700 2009 | |
| |
VERSION.yml | Wed May 06 16:34:17 -0700 2009 | |
| |
generators/ | ||
| |
install.rb | Mon Mar 10 15:27:18 -0700 2008 | |
| |
rspec-haml-scaffold-generator.gemspec | Wed May 06 16:36:23 -0700 2009 | |
| |
rspec_haml_scaffold_generator_test.rb | Wed May 06 16:28:36 -0700 2009 |
README.rdoc
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








