0.06
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
Machinist adapters for MongoDB ORMs
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 1.0.6
 Project Readme

Machinist Mongo

It aims to replace machinist_mongomapper to provide Machinist adapters not just for MongoMapper but for all the others MongoDB ORMs too. Right now it supports Mongoid and MongoMapper, but we aim to support all mongoDB ORMs, so If you’re using something other than MongoMapper or Mongoid, please be sure to write a adapter for it.

For Rails 2

Current Machinist Mongo versions (1.2.x) are only compatible with Rails 3. Use 1.1.x versions to use Machinist Mongo with Rails 2.

NB: For old users, don’t use 2.0.0.pre, use 1.2.x instead.

For Machinist 2

There’s a machinist2 branch if you want to use Machinist Mongo with Machinist 2.

Usage

Using Machinist MongoMapper is simple. Put this in your Gemfile:

gem 'machinist_mongo', :require => 'machinist/mongoid' # or mongo_mapper

And run:

bundle install

And you’re all set. Be sure read Machinist’s README to find out how to create your objects and get this thing running.

Contributors