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

Bumps [rack](https://github.com/rack/rack) from 1.5.2 to 1.6.13. Changelog Sourced from rack's changelog. Changelog All notable changes to this project will be documented in this file. For info on how to format...

dependencies

Bumps [sinatra](https://github.com/sinatra/sinatra) from 1.4.2 to 2.2.0. Changelog Sourced from sinatra's changelog. 2.2.0 / 2022-02-15 Handle EOFError raised by Rack and return Bad Request 400 status. #1743 by tamazon Minor refactors...

dependencies

Bumps [rake](https://github.com/ruby/rake) from 10.0.4 to 12.3.3. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 12.3.3 > > ==== Bug fixes > > * Use the application's name in error message if...

dependencies

Bumps [rack-protection](https://github.com/sinatra/sinatra) from 1.5.0 to 1.5.5. Commits - See full diff in [compare view](https://github.com/sinatra/sinatra/commits) [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rack-protection&package-manager=bundler&previous-version=1.5.0&new-version=1.5.5)](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't...

dependencies

Bumps [will_paginate](https://github.com/mislav/will_paginate) from 3.0.4 to 3.0.5. Release notes *Sourced from [will_paginate's releases](https://github.com/mislav/will_paginate/releases).* > ## will_paginate 3.0.5: bugfix & security release > - fix [CVE-2013-6459](http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2013-6459&cid=1): XSS in generated pagination links >...

dependencies

Running Ubuntu 12.10 server When I start, I get this: ``` /var/lib/gems/1.9.1/gems/mongo3-0.1.5/bin/mongo3:18: warning: class variable access from toplevel /var/lib/gems/1.9.1/gems/mongo3-0.1.5/bin/mongo3:24: warning: class variable access from toplevel ---------------------------------------------------------------------------------------------------- Initializing mongo3 -- Version...

Okay, so I've followed all the directions as given in the readme file of the Github repo. But, when I run the gem, it shows the following error ``` Errno::ENOENT...

This fixes the crash caused by using Sinatra's old #public method, which was renamed to #public_folder.

I can't get any information to display. I see a list of zones with a single zone, "console", as I should. However, when clicking the zone, I get an empty...

I realized there is a problem running _mongo3_ when _mongodb_ has been installed as follows on _Ubuntu 10.10_. ``` sudo apt-get install mongodb ``` I did not manage to compile...