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 | |
|---|---|---|---|
| |
.document | Tue Jun 02 11:39:42 -0700 2009 | |
| |
.gitignore | Tue Jun 02 11:39:42 -0700 2009 | |
| |
LICENSE | Tue Jun 02 11:39:42 -0700 2009 | |
| |
README.markdown | Tue Jun 02 12:32:14 -0700 2009 | |
| |
Rakefile | Tue Jun 02 12:03:47 -0700 2009 | |
| |
VERSION.yml | ||
| |
generators/ | ||
| |
lib/ | Tue Jun 02 11:39:42 -0700 2009 | |
| |
simple_scaffold.gemspec | ||
| |
test/ | Tue Jun 02 11:39:42 -0700 2009 |
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.








