WARNING

This repo has been discontinued. Please use machinist_mongo now.

Machinist Mongomapper

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.

Contributors