Additional Resources
On this page
This page lists some of the third-party guides and blog posts about Mongoid, as well as sample Mongoid applications. Additional resources for the driver are listed on the respective driver page.
Screencasts
An overview of Mongoid, by Ryan Bates including the basics of setting up an app, querying for documents, adding embedded associations, overriding the id, and more.
Ruby on Rails Web Services and Integration with MongoDB, Week 3: Mongoid
A detailed introduction to Mongoid and Ruby on Rails web services.
Create a search bar in Rails with Mongoid
A Tutorial explaining how to implement text search with Mongoid.
Articles
A Simple Content Management System in Sinatra
Building a content management application with Sinatra and Mongoid.
How To Create A Ruby API With Sinatra
Creating a Sinatra API with Mongoid.
Converting an existing Ruby on Rails application to MongoDB
How to Convert an existing Ruby on Rails application to use MongoDB and Mongoid.
Sample Applications
A repository containing sample applications using Mongoid.