shingara / machinist_mongomapper forked from yeastymobs/machinist_mongomapper
- Source
- Commits
- Network (2)
- Downloads (5)
- Wiki (1)
- Graphs
-
Branch:
master
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Tue Jul 28 07:32:57 -0700 2009 | |
| |
LICENSE | Tue Jul 28 07:32:57 -0700 2009 | |
| |
README.textile | ||
| |
Rakefile | ||
| |
VERSION | ||
| |
init.rb | Fri Sep 04 08:35:18 -0700 2009 | |
| |
lib/ | ||
| |
machinist_mongomapper.gemspec | ||
| |
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

