public
Description: A merb plugin to use mongomapper with Merb
Homepage:
Clone URL: git://github.com/shingara/merb_mongomapper.git
name age message
file .gitignore Tue Jul 28 05:39:20 -0700 2009 first commit [shingara]
file Generators Tue Jul 28 05:39:20 -0700 2009 first commit [shingara]
file History.txt Mon Oct 05 09:52:59 -0700 2009 update to mongomapper gem and fix some error in... [shingara]
file LICENSE Tue Jul 28 05:39:20 -0700 2009 first commit [shingara]
file README Tue Jul 28 05:39:20 -0700 2009 first commit [shingara]
file Rakefile Sun Oct 18 08:58:13 -0700 2009 update to mongo_mapper 0.5.5 [shingara]
file VERSION Sun Oct 18 08:58:13 -0700 2009 update to mongo_mapper 0.5.5 [shingara]
directory lib/ Sun Oct 18 08:58:13 -0700 2009 update to mongo_mapper 0.5.5 [shingara]
file merb_mongomapper.gemspec Sun Oct 18 09:58:48 -0700 2009 update gemspect to 0.1.7 version [shingara]
directory spec/ Tue Jul 28 05:39:20 -0700 2009 first commit [shingara]
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.