Once again, this is more for my benefit than anything else since I keep forgetting how to upload the app through the command line.
*Make sure you have the heroku gem. If not, I suggest you do that through the command line.
$ heroku create
$ git push heroku master (this is assuming you have already pushed your project up to github.com
$ heroku rake db:migrate (if you already have models created in for your database, then this will merge whatever’s in it)
if you have data that would also like to upload then:
(sudo) install gem taps
$ heroku db:push