No commit activity in last 3 years
No release in over 3 years
Machinist adapter for MongoMapper
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 1.0.4
~> 0.6.1
 Project Readme

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