A barebones Rails app, which can easily be deployed to Heroku - on Microsoft Windows.
This application support the Getting Started with Ruby on Heroku (Microsoft Windows) article - check it out.
$ heroku create
$ git push heroku master
$ heroku run rake db:migrate
$ heroku open
For more information about using Ruby on Heroku, see these Dev Center articles: