CRUD Generator plugin
Plugin details
Documentation
Install the plugin:
ruby script/plugin install http://svn.dpiddy.net/plugins/crud_generator/
Example:
script/generate crud thing
Will generate a Thing model (and associated migration) and a Things controller.
This generator assumes the use of simply_restful so don't forget to put something like:
map.resource :thing
in your routes.rb.
Further Documentation
There is currently no advanced documentation for this plugin.
New documentationEdit plugin | (0 older versions) | Last edited by: hardway, 7 months ago

