Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upREADME
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