Mongo Mapper

MongoMapper 0.9.2 Release

Posted by Brandon Keepers on September 02, 2011

MongoMapper 0.9.2 has been released, with some bug fixes and minor enhancements.

Most notably, MongoMapper now has support for replica sets. To use replica sets, define hosts in mongo.yml.

production:
  database: myapp-production
  hosts:
  - - repl1.example.com
    - 27017
  - - repl2.example.com
    - 27017

Changelog

See the full change log.

Fork me on GitHub