******************** Additional Resources ******************** .. default-domain:: mongodb .. contents:: On this page :local: :backlinks: none :depth: 2 :class: singlecol 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 =========== - `RailsCasts: Mongoid (revised) `_ 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 =================== - `Mongoid Demo `_ A repository containing sample applications using Mongoid.