An open API service indexing awesome lists of open source software.

https://github.com/mongoid/echo

The Mongoid Demo Application
https://github.com/mongoid/echo

Last synced: about 1 year ago
JSON representation

The Mongoid Demo Application

Awesome Lists containing this project

README

          

Echo [![Build Status](https://secure.travis-ci.org/mongoid/echo.png?branch=master&.png)](http://travis-ci.org/mongoid/echo)
====
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`