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.
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.
There’s a machinist2 branch if you want to use Machinist Mongo with Machinist 2.
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.