public
Description: A Haml Scaffolding Generator for RSpec
Homepage: http://blog.citrusbyte.com/2008/3/11/what-s-that-rspec-haml-scaffolds-yes-it-is
Clone URL: git://github.com/dfischer/rspec-haml-scaffold-generator.git
Daniel Fischer (author)
Tue Mar 11 12:04:27 -0700 2008
commit  c2e5f8284ba64e17c756370e51286226a716f98f
tree    3c2c0e54fdc4e28aee8e10a3e61ab655ca37d24c
parent  4d5c11a70c377707b72476077fdf8baf4e443872
name age message
file .gitignore Mon Mar 10 15:30:33 -0700 2008 ignoring DS_Store [Daniel Fischer]
file README Mon Mar 10 16:40:21 -0700 2008 updated readme [Daniel Fischer]
directory generators/ Tue Mar 11 12:04:27 -0700 2008 updates templates to latest rails conventions a... [Daniel Fischer]
file install.rb Mon Mar 10 15:27:18 -0700 2008 initial commit of files [Daniel Fischer]
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)

Examples:

  ./script generate scaffold post # no attributes, view will be anemic
  ./script generate scaffold post attribute:string attribute:boolean