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 ab17c959307b9af672939ed987612643bab9b814
tree 2cf6e26e24ecefc9acb189a83c1d4c290e37cc3d
parent 771fadcd71adad0bec89557486a65433330199af
tree 2cf6e26e24ecefc9acb189a83c1d4c290e37cc3d
parent 771fadcd71adad0bec89557486a65433330199af
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue Apr 22 22:08:01 -0700 2008 | [drnic] |
| |
History.txt | Tue Apr 22 22:14:46 -0700 2008 | [drnic] |
| |
License.txt | Tue Apr 22 22:14:46 -0700 2008 | [drnic] |
| |
Manifest.txt | Tue Apr 22 22:16:15 -0700 2008 | [drnic] |
| |
PostInstall.txt | Tue Apr 22 22:16:15 -0700 2008 | [drnic] |
| |
README.txt | Tue Apr 22 22:16:15 -0700 2008 | [drnic] |
| |
Rakefile | Tue Apr 22 22:14:46 -0700 2008 | [drnic] |
| |
config/ | Tue Apr 22 22:14:46 -0700 2008 | [drnic] |
| |
lib/ | Tue Apr 22 22:14:46 -0700 2008 | [drnic] |
| |
rails_generators/ | Tue Apr 22 22:16:15 -0700 2008 | [drnic] |
| |
script/ | Tue Apr 22 22:14:46 -0700 2008 | [drnic] |
| |
setup.rb | Tue Apr 22 22:14:46 -0700 2008 | [drnic] |
| |
tasks/ | Tue Apr 22 22:14:46 -0700 2008 | [drnic] |
| |
test/ | Tue Apr 22 22:14:46 -0700 2008 | [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.




