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 model_browser enables you to create a fully functional, RESTful browser applications for databases simply by defining model classes and resource routing.
Description = model_browser model_browser is a little helper-plugin to quickly build simple browser applications solely by defining the underlying model. It is * aimed at developers to help them inspecting database-contents * *not* fancy looking, but rather basic - at least by now * quite useful - at least according to my co-workers ;-) * configurable * modifyable It features * filterable lists of model-objects including pagination * display of a model-objects attributes * display of a model-objects related objects * navigation through the object-relations * total RESTful-ness The underlying concept is, to define a generic controller and generic view-templates who inspect the model-objects' attributes and associations. To tweak the displayed attributes and the attributes used in index-lists, it provides class methods on ActiveRecord::Base, thus allowing to do all browser-configuration in the model-objects. So all you have to do to build a fully functional browser-application is: * include the model_browser-plugin in your application (see Installation for details) * define your model-objects * map routings for your model-objects in routes.rb
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