I recently switched to MongoDB and I am wondering if I can continue using any of the popular admin interface solutions, such as ActiveScaffold and Typus?
|
feedback
|
|
ActiveAdmin https://github.com/gregbell/active_admin is a great tool for the admin interface creation. And I believe sooner or later they add mongoid support. Right now there's some patch for it: https://github.com/ebeigarts/mongoid_active_admin_app I didn't try it myself though. | |||
feedback
|
|
You can try rails admin https://github.com/sferik/rails_admin | |||
feedback
|
|
Perhaps you can try mongo_admin. | |||
|
feedback
|
|
if your using Mongoid as your ORM, then active_admin should do the job.. apply this patch to get it working this disables some functionalities (mostly filters because active_admin relies on meta_search and that gem only supports active_record)
| |||
|
feedback
|
|
I think you'll find this page on MongoDB's site to be the best help: http://www.mongodb.org/display/DOCS/Admin+UIs There are many admin applications available, some in browser, some fat client, etc. that you can use for admin and maintaining your Mongo backend. I am a .Net programmer so I have used only MongoVUE, but one that caught my eye that I might check out and it should be platform agnostic is JMongoBrowser I'd bet plenty options will work with a RAILS setup. | |||
|
feedback
|