Mongomapper is a Ruby gem allowing you to map ruby objects to MongoDB documents.
gem 'rails', '3.0.0' gem 'devise' gem 'bson_ext', '>= 1.0.7' gem 'bson', '>= 1.0.7' gem 'mongo_mapper', :…
ruby-on-rails-3 mongomapper deviseI'm starting a hobby (non-revenue) project using Ruby on Rails. I've done a fair amount of development in Rails using …
ruby-on-rails ruby mongodb mongomapperI have tried MongoMapper and it is feature complete (offering almost all AR functionality) but i was not very happy …
ruby mongodb mongoid mongomapper odmI can't get MongoMapper to work with my Rails app. I get this error message: **Notice: C extension not loaded. …
ruby-on-rails mongomapperI am getting multiple similar JSON object from a remote site and looking to store them in a local MongoDB. …
ruby-on-rails mongodb mongoid mongomapperI am considering using MongoDB (mongo-mapper) for a portion of my rails application. I am not ready to go whole …
ruby-on-rails activerecord mongodb mongomapperI'm working on something to scrape real estate data from a certain website. It works as a standalone .rb file …
ruby-on-rails ruby mongodb rake mongomapperI'm trying to get MongoDB to upsert multiple records with the following query, ultimately using MongoMapper and the Mongo ruby …
ruby mongodb mongomapper upsert