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 | |
|---|---|---|---|
| |
LICENSE | ||
| |
README.textile | ||
| |
Rakefile | ||
| |
generators/ | ||
| |
init.rb | ||
| |
install.rb | ||
| |
lib/ | ||
| |
tasks/ | ||
| |
test/ | ||
| |
uninstall.rb |
README.textile
Effective Scaffold
This is an effective scaffold generator for rails. Currently it requires Rails 2.1.0 or above.
Installation
To install the plugin:
script/plugin install git@github.com:felipemesquita/effective_scaffold.gitTo use the generator:
script/generate effective_scaffold MODELAfter installing
The effective scaffold generator creates a model, controller and a set of templates that’s ready to use.
Notes
This plugin was created based on my needs. Feel free to fork it and add other functionalities.








