I\'ve been reading all kinds of tutorials on how to deploy rails apps on heroku from windows.
I\'ve tried installing git, heroku gem, generating ssh keys and settin
Alternately, you may utilize puTTYgen.exe , and paste the OpenSSH public key into a mykey.pub file, and uploading that with heroku keys:add c:\mykey.pub