DRY Scaffold plugin

Plugin details

ActiveScaffold (as the successor of AjaxScaffold) provides you with more wealth of dynamically created goodness.

Websitehttp://activescaffold.com/ Repositoryhttp://activescaffold.googlecode.com/svn/tags/active_scaffold/ Author Scott Rutherford Tags scaffold LicenseMIT

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 documentation

Edit plugin | (0 older versions) | Last edited by: hardway, 7 months ago