No commit activity in last 3 years
No release in over 3 years
Merb ORM plugin that provides support for MongoMapper Models
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 1.0.9
mongomapper
~> 0.3.5
 Project Readme
merb_mongomapper
==============

A plugin for the Merb framework that provides support for MongoMapper Models.

Currently based around MongoMapper::Document.



= Connection options

Merb MongoMapper plugin uses config/database.yml for connection configuration.

Options are:

* host. provide a string or an array of strings to attempt connections with
* database. 


Uses the MongDB client MongMapper by  John Nunemaker  .

Hacked together by studying the merb_couchrest plugin.