I\'m trying to use ruby and mongoid in order to extract some data from an oracle database and into my mongoDB in order to perfom a couple of operations on it.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
I recently forked https://github.com/fortuity/rails3-mongoid-omniauth and tried to get to run on heroku.com. This is an application which shows how to use MongoDB (via MongoHQ) on heroku, as well as O
I\'m trying to write my first specs for the People Controller Using mongoid (2.0.1), rspec (2.5.0), mongoid-rspec (1.4.2) and fabrication (0.9.5), if necessary.
I have a model class Post include Mongoid::Document include Mongoid::Timestamps embeds_one :comment end and I have comment class
I\'m making an app similar to instagram using Rails/Mongoid. I want a unique ID that I can use in a开发者_JAVA百科 url like http://instagr.am/p/DJmU8/
How can I deal with mongoid documents inside namespaces? I have two mongoid documents as follow: module A
I have a model User where I make heavy use of dynamic attributes. When I am displaying the user show, I skip the first set of attributes to skip the id etc.
I can\'t seem to find anything to make a date range query using Mongoid/Rails. Below are some queries I\'ve tried (among about 100 others). If it returns anything, it always ignores the \'end_date\'.
I have mongoid setup in my rails3 app, and have created 2 models. One model is user, and the other mod开发者_开发技巧el is article.