ScaffoldForm Generator
I’m happy to announce the release of the ScafoldForm Generator plugin for Rails. This plugin takes the most useful piece of scaffolding, the form creation, ad makes it available as a separate generator.
You can install it with
sudo gem install scaffold_form_generator
Then just generate the forms for your models
ruby script/generate scaffold_form Project project ruby script/generate scaffold_form User accounts
You can read more at http://scaffoldform.rubyforge.org/
.
There are a few neat tweaks I made to it to make the forms a bit more useful.