mongo3 icon indicating copy to clipboard operation
mongo3 copied to clipboard

Rule your mongoDB clusters!

Results 20 mongo3 issues
Sort by recently updated
recently updated
newest added

Hi, I have install mongo3 and created the landscape.yml file. Content looks like this. test: host: mongo1.company.com port: 27017 username: "user" password: "pass" When I start it with "mongo3 --environment=test"...

The readme says "At this time mongo3 only is supported on ruby 1.8 and sinatra 0.9.4" but installing mongo3 onto ruby1.8 causes the error "mongo3 requires Ruby version >= 1.9.2."...

http://localhost:6663/ opens and displays generic "Internal Server Error" message. Also, there is a issue with my landscape file, but even without it the result is the same. The output of...

Hi, is there a way to deploy Mongo3 on Heroku ? ... on other clouds ? Thanks Luca G. Soave

george@gregentov:~$ gem install mongo3 WARNING: RubyGems 1.2+ index not found for: RubyGems will revert to legacy indexes degrading performance. Updating metadata for 1 gems from http://rubygems.org/ . complete Updating metadata...

On the collection page, clicking the delete record button and confirming don't do nothing. On sinatra output, it shows the error: ``` RuntimeError - MongoDB connection failed for `"localhost":27017 with...

Command line for start mongo3 and "mongo://192.168.1.105:50000/mongo3/sessions" is connected. mongo3 --pool "mongo://192.168.1.105:50000/mongo3/sessions" --environment=master Environment settings in landscapge.yml: master: host: 192.168.1.105 port: 50000 Do request "http://192.168.91.128:6663/" from browser. Errors occured like...

# gem install mongo3 Successfully installed mongo3-0.1.3 1 gem installed Installing ri documentation for mongo3-0.1.3... Installing RDoc documentation for mongo3-0.1.3... # cat ~/.mongo3/landscape.yml development: host: localhost port: 27017 # mongo3...

Installed mongo3 with rvm (v.0.1.2) and using Ruby 1.8.7 ... I get this when I try to start mongo3, even without a `landscape.yml` file: % mongo3 F, [2010-05-31T10:29:08.886560 #14607] FATAL...

Bumps [sinatra](https://github.com/sinatra/sinatra) from 1.4.2 to 2.2.3. Changelog Sourced from sinatra's changelog. 2.2.3 / 2022-11-25 Fix: Escape filename in the Content-Disposition header. #1841 by Kunpei Sakai Fix: fixed ReDoS for Rack::Protection::IPSpoofing....

dependencies
ruby