shingara / machinist_mongomapper forked from yeastymobs/machinist_mongomapper

Machinist adapter for MongoMapper

This URL has Read+Write access

name age message
file .gitignore Tue Jul 28 07:32:57 -0700 2009 Initial import. [nmerouze]
file LICENSE Tue Jul 28 07:32:57 -0700 2009 Initial import. [nmerouze]
file README.textile Loading commit data...
file Rakefile
file VERSION
file init.rb Fri Sep 04 08:35:18 -0700 2009 require after initialize. [nmerouze]
directory lib/
file machinist_mongomapper.gemspec
directory spec/
README.textile

MachinistMongomapper

A Machinist adapter for MongoMapper.

Usage

Using MachinistMongomapper is simple. Just install the gem;

gem install machinist_mongomapper

And replace the first line of your blueprints.rb;

require 'machinist/active_record'

with this;

require 'machinist/mongomapper'

Now you can use Machinist with your Mongo database. Have fun!

Todo

  • Write a spec for EmbeddedDocument.

License

Copyright © 2009 Yeasty Mobs, released under the MIT license