echo icon indicating copy to clipboard operation
echo copied to clipboard

The Mongoid Demo Application

trafficstars

Echo Build Status

This is the sample Rails application for Mongoid.

Compatibility

Mongoid is tested against MRI 1.9.2, 1.9.3, 2.0.0, and JRuby (1.9).

Development Environment Setup

  • $ brew install mongodb
  • $ gem install bundler
  • $ bundle install

Running Specs

  • $ rake

Running Specs with Guard and Spork

  • $ spork
  • $ bundle exec guard