开发者

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

开发者 https://www.devze.com 2023-01-10 04:19 出处:网络
As it currently stands, this question is not a good开发者_如何学C fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely sol
As it currently stands, this question is not a good开发者_如何学C fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 10 years ago.

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!


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


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.


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


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


Just start using it. It's pretty easy and if it's missing something that you think should be there, just add it as a support ticket on the github issue tracker. Don't forget to include why you think it should be there. (http://github.com/durran/mongoid/issues)

0

精彩评论

暂无评论...
验证码 换一张
取 消