I have installed mongo and bson_ext now I have created a .rb file with the following contents ::
require \'rubygems\' require \'mongo\' db = Mongo::Connecti
If you're on a Mac and used Brew, restarting the service solved it for me:
launchctl unload ~/Library/LaunchAgents/homebrew.mxcl.mongodb.plist launchctl load ~/Library/LaunchAgents/homebrew.mxcl.mongodb.plist
You can find this info by running brew info mongodb.
brew info mongodb