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 (
commit aa334fc2b03e0a7ce876a0d8cef31438739880e5
tree f62d9bbe90dfb700bd7d1ec06aa3cf07dcb5c332
parent fff40cda1d59f154771f221bf7cc3cfa8d80fe1d
tree f62d9bbe90dfb700bd7d1ec06aa3cf07dcb5c332
parent fff40cda1d59f154771f221bf7cc3cfa8d80fe1d
| name | age | message | |
|---|---|---|---|
| |
.document | ||
| |
.gitignore | ||
| |
LICENSE | ||
| |
README.markdown | ||
| |
Rakefile | ||
| |
VERSION.yml | ||
| |
generators/ | ||
| |
lib/ | ||
| |
simple_scaffold.gemspec | ||
| |
test/ |
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.








