Skip to content

aviflombaum/mongo_admin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mongo_admin

mongo_admin is a Rails plugin for MongoMapper, it allows you to manage your data very easily.

A live demo is available at mongo_admin.2dconcept.com

mongo_admin will automatically detect your models and generate a web interface with the following features :

  • CRUD operations (create-read-update-delete);

  • Master-details for :many associations;

  • Sorting;

  • Pagination;

  • Search.

Installation

mongo_admin uses jquery datagrids to display data, you need to install this plugin first :

$ ./script/plugin install git://github.com/ahe/2dc_jqgrid.git
$ ./script/plugin install git://github.com/ahe/mongo_admin.git

Customization

You can overwrite the following view to customize the design or add your own features :

- layouts/mongo_admin.html.erb
- mongo_admin/index.html.erb
- mongo_admin/show.html.erb

Credits

mongo_admin is inspired by admin_data for ActiveRecord (github.com/neerajdotname/admin_data) by Neeraj Singh.

Copyright © 2009 Anthony Heukmes, released under the MIT license

My Rails blog : 2dconcept.com My Twitter account : twitter.com/2dc

About

Browse and manage your MongoMapper data using your browser

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published