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 Provides an automated admin framework for Rails resources, through a Domain Specific Language (DSL) in the controller. Full support for CRUD, model relationships, custom widgets, and customization.
Description Provides an automated admin framework for Rails resources, through a Domain Specific Language (DSL) in the controller. Full support for CRUD, model relationships, custom widgets, and customization. Install from source: svn://rubyforge.org/var/svn/roar/trunk/roar Install the dependencies: * criteriaquery: svn://rubyforge.org/var/svn/criteriaquery * paginator: gem install paginator Install the assets: rake roar:install Describe your interface in your controller: class PostController < ApplicationController roar :prefix => "admin" do order "created_at DESC" table do edit :title date :created_at end form do text_field :title text_area :body end end end Online demo at: http://roardemo.nanoware.com/
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