Ruby MongoDB Examples Examples of using MongoDB from ruby Getting Started Install MongoDB on Mac via Homebrew brew update brew install mongodb start mongodb mongod install gem dependencies bundle install Run example bundle exec ruby app.rb