ActiveScaffold is a quick, easy way to create an Ajax-ful administrative interface for your application. ActiveScaffold uses the full power of ActiveRecord’s reflection to automatically create interfaces for your models that include their rows and even their parent and children.
You can find out more information in Chapter 8 of Practical Rails Plugins.
Author: Scott Rutherford, Richard White, Lance Ivy, Ed Moss, Tim Harper
Installation:
ruby script/plugin install git://github.com/activescaffold/active_scaffold.git
Example use:
The following code goes into your view:
<%= javascript_include_tag :defaults %>
<%= active_scaffold_includes %>
The following goes into your controller
active_scaffold :name_of_your_model