This document provides information about using MongoDB with Ruby. It discusses installing MongoDB on Mac OS X and Linux, running MongoDB, comparing MongoDB and CouchDB, using MongoDB ORMs like MongoMapper in Ruby applications, defining models and relationships, and additional features of MongoDB and MongoMapper. The conclusion recommends considering MongoDB as an alternative to MySQL for some web applications due to its speed, features, and schema-less flexibility.