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 Use this generator to generate RESTful scaffolding with RSpec specifications.
Description Use this generator to generate RESTful scaffolding with RSpec specifications. Syntax is exactly the same as the scaffold_resource generator: ./script/generate rspec_resource ModelName [field:type field:type] When you run this generator, it will create a migration, model, and model spec file. In addition, it gives you a RESTful controller with all the actions filled in, and a complete specification for the controller. Views are all hooked up too. Generate the code, run the migration, and you've got 26 passing RESTful controller specifications. Salt and hot sauce to taste. http://svn.flpr.org/public/plugins/rspec_resource_generator/ Most code shamelessly jacked from the scaffold_resource plugin. I did, however, write all the specs. This code released under the DoWhatYouWantWithIt license.
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