This is an effective scaffold generator for rails. Currently it requires Rails 2.1.0 or above.
To install the plugin:
script/plugin install [email protected]:felipemesquita/effective_scaffold.gitTo use the generator:
script/generate effective_scaffold MODELThe effective scaffold generator creates a model, controller and a set of templates that’s ready to use.
This plugin was created based on my needs. Feel free to fork it and add other functionalities.