DRY Scaffold plugin
Plugin details
Documentation
Install the plugin:
ruby script/plugin install http://activescaffold.googlecode.com/svn/tags/active_scaffold/
<%= javascript_include_tag :defaults %> <%= active_scaffold_includes %>
Add this to your controller:
active_scaffold :
.. for example:
class UsersController < ApplicationController active_scaffold :user end
That’s it! Your first ActiveScaffold is up and running. But if you crave more, read on!
Further Documentation
There is currently no advanced documentation for this plugin.
New documentationEdit plugin | (0 older versions) | Last edited by: hardway, 7 months ago

