Top "Mongohq" questions

Compose (formerly MongoHQ) is a Database-as-a-Service (DBaaS) platform for securely hosting and managing databases instances including MongoDB.

strange mongodb and mongoose error: not master and slaveOk=false error

I'm getting a strange error in my node.js app not master and slaveOk=false code 13435 I'm doing a findOne …

mongodb mongoose mongohq
undo remove operation in mongodb

I run by mistake a db.collection_name.remove({condition:'true'}) from console and delete object I didn't plan to …

mongodb mongohq
heroku mongohq and mongoid Mongo::ConnectionFailure

UPDATE 9th june 2012: Setup with mongoid 3.0.0.rc at heroku, see this gist: https://gist.github.com/2900804 UPDATE 22th jan 2011: Uri …

ruby-on-rails mongodb heroku mongoid mongohq
How can I check mongodb query performance without cache

I have a query that takes too long to finish. I like to do some performance tests but after I …

mongodb mongodb-ruby mongohq
JavaScript execution failed connected to mongoHQ shell

Trying to access MongoHQ directly: > mongo mongodb://heroku:[email protected]:10046/myapp MongoDB shell version: 2.4.3 connecting to: mongodb://…

mongodb mongohq
Mongoid 3 + Heroku (MongoHQ) cause Moped::Errors::OperationFailure

With 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