Friday, November 20, 2009

High Score System in place

I'm still working on the iphone game, but only a couple of hours a week unfortunately. I have created a High Score system using Rails on Heroku.com. Heroku is a very nice Rails hosting service - which is also free for a basic setup and easily be ramped up in a jiffy.

The next think I need to check is the in-app purchases for downloadable content. Should be interesting...

1 comment:

xenon said...

Lest I forget:

To add files
git add .
git commit -m "message"
git push -f heroku

To migrate db
heroku rake db:migrate

To restart
heroku restart

To reset db
heroku rake db:reset