Politics, Programming and Possibilities
22 Apr
Merb ActiveAdmin is a drop-in backend for Merb applications that use the Sequel ORM. It gives application administrators direct access to specific models so they can add, edit or delete anything they need to. It also provides a way to add or remove associated data, e.g. one-to-many, or many-to-many relationships between models. These plugin features are provided with very low configuration so that setting it up is as easy as possible.
The screencast is available here on a separate page.
Download and installation instructions can be found at the github repository. See the README.markdown file.
The git repository is hosted at my account on github.
Let me know what you think. I’m curious to know, specifically, how many people use Sequel as their ORM of choice. DataMapper and Stone have also been proposed as possible ORMs to support. And of course, ActiveRecord would be a nice choice too
I hope you enjoy it!
One Response for "Merb ActiveAdmin"
Here is something similar for DataMapper, it automatically makes a “scaffold” for each Model.
http://fightinjoe.com/2008/4/scaffolds-for-free
or the git source:
http://github.com/fightinjoe/merb-autoscaffold/tree/master
Leave a reply