Top "Mongomapper" questions

Mongomapper is a Ruby gem allowing you to map ruby objects to MongoDB documents.

ERROR Errno::ECONNRESET: Connection reset by peer

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 devise
Mongodb: What to know before using?

I'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 mongomapper
Mongoid or MongoMapper?

I have tried MongoMapper and it is feature complete (offering almost all AR functionality) but i was not very happy …

ruby mongodb mongoid mongomapper odm
MongoMapper and bson_ext problem

I can't get MongoMapper to work with my Rails app. I get this error message: **Notice: C extension not loaded. …

ruby-on-rails mongomapper
Rails: Store JSON in MongoDB

I am getting multiple similar JSON object from a remote site and looking to store them in a local MongoDB. …

ruby-on-rails mongodb mongoid mongomapper
How to mix mongodb and a traditional db in Rails?

I 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 mongomapper
syntax error, unexpected tLABEL when running a custom rake task

I'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 mongomapper
Upsert Multiple Records with MongoDb

I'm trying to get MongoDB to upsert multiple records with the following query, ultimately using MongoMapper and the Mongo ruby …

ruby mongodb mongomapper upsert