Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
app
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README

Loser: Copyright 2009 Dan Sully

Requirements: 
    * Merb
    * DataMapper
    * DataObjects

Install:
    * gem install rake merb data_objects do_mysql do_sqlite3 datamapper facets thin launchy

    * merb-flash from: http://github.com/teamon/merb-flash/tree/master

Also make sure your system Ruby has the OpenSSL extension installed.

Running:
    # This will create your schema (and delete any old one).
    $ rake db:automigrate

    # Import data from CSV. Talk to dan for the script. It's messy and shouldn't be checked in.
    $ merb -r scripts/...

    # Start merb.
    $ merb -a thin

About

Merb application to facilitate weight-loss betting.

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.