Mongoid is the official Ruby Object-Document-Mapper (ODM) for MongoDB.
Can anyone explain to me the difference between embeds_many and has_many in mongoid?
ruby-on-rails ruby mongodb mongoidI followed this page to see mongoDB queries. As a result I could see Moped log. But I can't see …
ruby-on-rails mongoid mongodb-queryThe solution for this question might look pretty simple, but I've been waving around with no answer. I'm using Mongoid …
ruby-on-rails arrays mongodb mongoidThis might sound like a trivial question, but it is rather important for consumer facing apps What is the easiest …
mongodb mongoidI am trying to work with Rails 3.1 + Devise Module :confirmable + MongoID with this template: https://github.com/RailsApps/rails3-application-templates/…
ruby-on-rails views devise mongoidWith a regular ActiveRecord/SQL setup in Rails, in console when I execute commands *.where, *.all etc., I get back …
ruby-on-rails-3 mongoid activemodelI just began a new rails project and wanted to use MongoidDB thru the Mongoid gem. Following the instructions on …
ruby-on-rails ruby-on-rails-3 mongodb mongoidI am deploying my first little app with MongoDB and Mongoid as a driver. What is the right secure way …
ruby-on-rails ruby mongodb mongoidWith Rails 3, after upgrading from Mongoid 2.x to Mongoid 3.x, my Heroku + MongoHQ setup stopped working. Funny thing is, that …
ruby-on-rails mongodb heroku mongoid mongohq