This talk will go through using MongoDB and Ruby on Rails to build a web application. It will introduce using Mongoid an Object Document Mapper(ODM)... that provides a similar API to Active Record while utilizing MongoDB's schemaless and performant document-based design. The talk will cover model design and relations with MongoDB, querying using Mongoid's API, and testing the application with MongoDB and Mongoid.