public
Fork of jeremyf/rspec_on_rails_nested_scaffold
Description: A nested scaffold generator for rSpec and rails [a RubyGems version for Rails 2.0 so no plugin required]
Clone URL: git://github.com/drnic/rspec_on_rails_nested_scaffold.git
Search Repo:
drnic (author)
Tue Apr 22 22:16:15 -0700 2008
commit  ab17c959307b9af672939ed987612643bab9b814
tree    2cf6e26e24ecefc9acb189a83c1d4c290e37cc3d
parent  771fadcd71adad0bec89557486a65433330199af
name age message
folder .gitignore Tue Apr 22 22:08:01 -0700 2008 add ignore file [drnic]
folder History.txt Tue Apr 22 22:14:46 -0700 2008 newgem scaffold [drnic]
folder License.txt Tue Apr 22 22:14:46 -0700 2008 newgem scaffold [drnic]
folder Manifest.txt Tue Apr 22 22:16:15 -0700 2008 updated Manifest + PostInstall + README [drnic]
folder PostInstall.txt Tue Apr 22 22:16:15 -0700 2008 updated Manifest + PostInstall + README [drnic]
folder README.txt Tue Apr 22 22:16:15 -0700 2008 updated Manifest + PostInstall + README [drnic]
folder Rakefile Tue Apr 22 22:14:46 -0700 2008 newgem scaffold [drnic]
folder config/ Tue Apr 22 22:14:46 -0700 2008 newgem scaffold [drnic]
folder lib/ Tue Apr 22 22:14:46 -0700 2008 newgem scaffold [drnic]
folder rails_generators/ Tue Apr 22 22:16:15 -0700 2008 updated Manifest + PostInstall + README [drnic]
folder script/ Tue Apr 22 22:14:46 -0700 2008 newgem scaffold [drnic]
folder setup.rb Tue Apr 22 22:14:46 -0700 2008 newgem scaffold [drnic]
folder tasks/ Tue Apr 22 22:14:46 -0700 2008 newgem scaffold [drnic]
folder test/ Tue Apr 22 22:14:46 -0700 2008 newgem scaffold [drnic]
README.txt
= rspec_on_rails_nested_scaffold

Plugin version:
  
* http://github.com/jeremyf/rspec_on_rails_nested_scaffold/tree/master

Gem version:
  
* http://github.com/jeremyf/rspec_on_rails_nested_scaffold/tree/master


== USAGE

./script/generate rspec_nested_scaffold --owner=User Entry body:text

== DESCRIPTION:

This gem provides a rails generator for fully spec-ed nested resource scaffold.

== FEATURES/PROBLEMS:

Instead of boring one-model scaffold in rails, this generator
creates a scaffold for a model that belongs to another model.

== REQUIREMENTS:

* Rails 2.0+ applications only

== INSTALL:

* gem install rspec_on_rails_nested_scaffold

== LICENSE:

(The MIT License)

Copyright (c) 2008 Jeremy Friesen

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.