public
Fork of dramsay/simple_scaffold
Description: A customized, simpler version of the rspec_scaffold generator.
Homepage:
Clone URL: git://github.com/adambair/simple_scaffold.git
name age message
file .document Tue Jun 02 11:39:42 -0700 2009 Initial commit to simple_scaffold. [Doug Ramsay]
file .gitignore Tue Jun 02 11:39:42 -0700 2009 Initial commit to simple_scaffold. [Doug Ramsay]
file LICENSE Tue Jun 02 11:39:42 -0700 2009 Initial commit to simple_scaffold. [Doug Ramsay]
file README.markdown Tue Jun 02 12:32:14 -0700 2009 Correcting name in README [Doug Ramsay]
file Rakefile Tue Jun 02 12:03:47 -0700 2009 Fixing errors in files included [Doug Ramsay]
file VERSION.yml Loading commit data...
directory generators/
directory lib/ Tue Jun 02 11:39:42 -0700 2009 Initial commit to simple_scaffold. [Doug Ramsay]
file simple_scaffold.gemspec
directory test/ Tue Jun 02 11:39:42 -0700 2009 Initial commit to simple_scaffold. [Doug Ramsay]
README.markdown

Simple Scaffold

A customized, simpler version of the rspec_scaffold generator.

The generator does not include respond_to blocks in the controller and skips controller routing specs as well as view specs.

Installation

 gem install dramsay-simple_scaffold -s http://gems.github.com

Usage

 # From root of your Rails app
 script/generate simple_scaffold Post title:string body:text

Copyright

Copyright (c) 2009 Doug Ramsay. See LICENSE for details.