New Rails Generator: Stage

I’ve just completed a new generator called stage.

This generator was based off of the scaffold generator included with Rails 2.0.2. Along with the helper, it uses form and data partials to DRY up the view code. There were also some minor tweaks such as humanizing titles and such.

More details at: http://blog.stonean.com/2008/01/generator-stage.html

Hope someone finds this useful.

thanks, andy

More details at: http://blog.stonean.com/2008/01/generator-stage.html

I’ve updated (corrected) the url:

./script/plugin install http://stonean.googlecode.com/svn/stage/trunk

For all of you who rushed to get it, apologies. :wink:

-andy