devmanhinton / echo

The Mongoid Demo Application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

The Mongoid Demo Application