Do you like Rails? Do you like tabletop RPG? Now you can have both!
Install ruby-1.9.3-p194.
Get the code:
git clone git@github.com:current/railspg.gitInstall the libraries:
cd railspg
bundleYou can create extra users using the console:
rails cUser.create(email: 'funny@example.com')Start Mongo:
mkdir -p tmp/mongo
mongod --dbpath tmp/mongoStart Rails application server:
rails sGather some friends and have fun:
open http://localhost:3000