Latest MongoDB Screencasts
RailsCasts #238 Mongoid
Railscasts - 2010-11-01 - free
Mongoid is a polished, high-level Ruby gem for accessing MongoDB. Here I cover installation, adding fields, validations, associations, and keys.
Watch this screencastSinatra
Tekpub - 2010-07-10 - paid
Rob Conery walks you through Sinatra, the lightweight Ruby web framework. Along the way you’ll get to know Vim, HAML, and MongoDB as Rob rebuilds the MVC Music Store completely with Sinatra. "Understanding Rack" is bundled with this production and is Episode 2.
Watch this screencastEpisode 072: MongoDB
Sdruby - 2009-12-28 - free
Scott Motte introduces us to the document-oriented database MongoDB and shows how to use MongoDB as an alternative to MySQL and ActiveRecord using the MongoMapper gem. This talk was part of the DjangoSD/SD Ruby mashup meeting. Bonus content: download the slides from this talk.
Watch this screencastRailsCasts #194 MongoDB and MongoMapper
Railscasts - 2009-12-28 - free
MongoDB is a document based database engine. Learn how to access it through MongoMapper in this episode.
Watch this screencastIntroduction to MongoDB – Part III, MongoMapper & Rails
Teach Me To Code - 2009-12-07 - free
This is the third and final episode on introduction to MongDB. In this screencast, we demonstrate MongoMapper and how to use it in a Rails app.
Watch this screencastIntroduction to MongoDB – Part II
Teach Me To Code - 2009-11-30 - free
This is the second part of the series on MongoDB. In this screencast, we create a small Sinatra app called YASI that accesses the data using MongoDB. Get the code at http://blog.rubyhead.com/files/yasi.zip
Watch this screencastIntroduction to MongoDB – Part I
Teach Me To Code - 2009-11-22 - free
In this screencast, you will see the basic CRUD operation using MongoDB shell. This is the first installment of a series on MongoDB.
Watch this screencast