Better Scaffolding with Ruby on Rails: dry_scaffold
Posted by Daniel Butler Wed, 09 Aug 2006 14:07:00 GMT
Ed Moss loves the DRY principle enough that he’s posted a Rails engine that attempts to prevent code duplication across model, views, and controllers that allow data editing.
The engine includes support for parent-child relationships, sorting, filtering, in-context editing, as well as being completely customizable. Take a look:

The engine looks great and is easy to use. Thanks, Ed!
dry_scaffold Page @ Rubyforge
Download Plugin from Rubyforge
DRY Rails Engine Plugin Demo

