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
- Host: GitHub
- URL: https://github.com/mongoid/echo
- Owner: mongoid
- Created: 2011-07-29T20:31:16.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T20:28:32.000Z (over 3 years ago)
- Last Synced: 2025-04-15T03:55:34.847Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 5.16 MB
- Stars: 127
- Watchers: 12
- Forks: 35
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Echo [](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`