Skip to content

mongoid/echo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1d28bbb · Jul 21, 2015

History

90 Commits
Jul 21, 2015
Apr 10, 2013
Jul 21, 2015
Jul 29, 2012
Nov 25, 2013
Jul 29, 2011
Jul 29, 2011
Jul 21, 2015
Jul 29, 2011
Jul 29, 2011
Oct 16, 2011
Apr 10, 2013
Jun 4, 2015
Aug 29, 2012
Jul 21, 2015
Jul 21, 2015
Feb 9, 2012
May 28, 2012
Apr 3, 2012
Jul 29, 2011

Repository files navigation

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