Skip to content

phoet/mongodb_examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Examples of Mongo Ruby Driver, Mongoid and MongoMapper running on a local MongoDB or MongoHQ.

See it running on Heroku.

Installation

Install RVM and homebrew

brew install mongo
mongo
> use test
> db.addUser('test', 'test')
> exit
export MONGOHQ_URL="mongodb://test:test@localhost:27017/test"
gem install bundler
bundle install
rackup

Some more information on installing MongoDB and using the different MongoDB Drivers.

Resources

About

Examples of Mongo Ruby Driver, Mongoid and MongoMapper running on MongoHQ.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published