public
Description: This is an effective scaffold generator for Rails.
Homepage: http://felipemesquita.com
Clone URL: git://github.com/felipemesquita/effective_scaffold.git
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.git

To use the generator:

script/generate effective_scaffold MODEL

After 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.