Is your plugin hosted on GitHub? Make sure to press the "fetch" button next to the repository field to fetch your plugin's info from GitHub rather than typing it all in.
Repository
Name
Home Page
Short description Allows for customization and other improvements to the default scaffolding
Description Improves on Rails' default scaffolding in the following ways: * Choose which fields are displayed in the scaffold and in which order * Choose which methods are added by the scaffold function * Handle belongs_to associations with select boxes or auto completing text boxes in the new/edit forms * Add HABTM association scaffolding using a select box for removing existing associations and a select box or an auto completing text box for adding a new association. * Add links to associated objects on the edit page for the model, allowing fast access to manage associated models, edit the HABTM asociations, or add objects for has_many associations. * Add simple search scaffolding (using all fields from new/edit form) * Add scaffolding for merging records (combining two records into one by updating all associated tables) * Show associated data instead of foreign key integer in show/search results scaffold * Many customization options for all parts of scaffolding
Description format RDoc MarkDown Textile
License Ruby's Rails' (MIT) GPL LGPL BSD Apache Artistic PublicDomain BSD-type Free-Trial Free-but-Restricted OpenSource Proprietary Shareware Source-available-proprietary Commercial
Category Assets Controllers Internationalization Misc. Enhancements Model Rails Engines Searching and Queries Security Statistics and Logs Testing View Extensions