A plugin for Rails to duplicate the generated scaffold_resource (a RESTful Controller and Views for a given model/resource), but do it dynamically, like the 'scaffold :model' call available in Rails, currently. Also allows for running all the standard scaffold_resource tests by 'include DynamicScaffoldResourceTestHelper' and then specifying the @singular_name for the resource in your test setup funtion.
See README link or the included docs, for more details.