Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What's the best tutorial for learning Mongoid? [closed]

I'm new to Mongo DB and Mongoid (and still kinda new to Ruby on Rails). Since Ryan Bates dosen't happen to have a Mongoid Railscast, I need pointers to other good tutorials/screencasts. Thanks!

like image 910
kateray Avatar asked Aug 05 '10 15:08

kateray


People also ask

Is MongoDB easy to learn?

MongoDB is a Document Database, which stores all schema and records in documents using a JSON (JavaScript Object Notation) like syntax. If you are familiar with JavaScript, JSON, and Web Development, MongoDB will not be very difficult to understand, and these courses will definitely help you to get a good start.

How long does it take to learn MongoDB?

How Long Does it Take to Learn MongoDB? Given that MongoDB is a powerful and detailed database management solution, you will probably need about three weeks to get a good start in it.


4 Answers

There is now a Railscast for Mongoid: http://railscasts.com/episodes/238-mongoid

like image 152
Chris Alley Avatar answered Oct 12 '22 15:10

Chris Alley


I find it best to read over the documentation, scan the google group, then just start looking at code.

Here are a couple apps that use mongoid:

  • http://github.com/fortuity/rails3-mongoid-devise
  • http://github.com/fortuity/rails3-subdomain-devise

Good luck.

like image 23
Nader Avatar answered Oct 12 '22 14:10

Nader


This is what you are looking for MongoDB & Mongoid - RubyJax February 2010 It's the introduction to Mongoid by his creator!

like image 27
jpemberthy Avatar answered Oct 12 '22 13:10

jpemberthy


great one here about using gridFS, mongoid and carrier-wave

like image 29
stephenmurdoch Avatar answered Oct 12 '22 13:10

stephenmurdoch