This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Oct 15 18:48:45 -0700 2009 | |
| |
LICENSE.md | Fri Jul 31 12:35:46 -0700 2009 | |
| |
README.md | Tue Nov 03 11:28:56 -0800 2009 | |
| |
app.rb | Tue Nov 03 11:34:28 -0800 2009 | |
| |
config.ru.example | Thu Dec 10 08:52:49 -0800 2009 | |
| |
config/ | Wed Nov 04 11:14:24 -0800 2009 | |
| |
doc/ | Mon Dec 07 10:35:55 -0800 2009 | |
| |
lib/ | Fri Dec 04 10:58:37 -0800 2009 | |
| |
model_helpers/ | Sun Dec 13 21:02:47 -0800 2009 | |
| |
models/ | Sun Dec 13 21:02:47 -0800 2009 | |
| |
observers/ | Mon Dec 07 13:18:03 -0800 2009 | |
| |
public/ | Mon Aug 03 14:58:56 -0700 2009 | |
| |
rakefile.rb | Thu Oct 15 18:47:06 -0700 2009 | |
| |
resources/ | Sun Dec 13 21:36:33 -0800 2009 | |
| |
server | Wed Dec 09 10:28:35 -0800 2009 | |
| |
tasks/ | Tue Dec 08 14:09:18 -0800 2009 | |
| |
test/ | Mon Dec 14 08:43:15 -0800 2009 | |
| |
tmp/ | Mon Aug 03 14:58:56 -0700 2009 |
README.md
Install MongoDB
- Download the latest MongoDB stable build from http://www.mongodb.org/display/DOCS/Downloads
- Setup and run Mongo using the directions at http://www.mongodb.org/display/DOCS/Getting+Started
Gem Dependencies
# If you have not used gemcutter before:
gem install gemcutter
gem tumble
# Install dependencies with a rake task:
rake dependencies:install
Setting up Config Files
- Create a
config/config.yml, based offconfig/config_example.yml - If using Passenger to run the app (or for deployment), create a
config.rubased offconfig.ru.example.
Running Test Suite
- Make sure MongoDB is running (see above)
- Run
rake test







