Rubyon Rails deployment – Heroku on Windows
So I’ve been building my first Ruby on Rails site for an assignment. For hosting, I’ve found Heroku which seems absolutely lovely. They have a free service but if things keep going well I would gladly pay for an account there.
Anyway, I tried following the upload instructions on Windows through Aptana RadRails, and had nothing but problems.. mostly I blame RadRails, it’s letting me down more and more.
But I finally did find this great guide, which goes about things through Cygwin. I still use RadRails for development, then just run a few shell commands in Cygwin to get it uploaded. Anyway the link is below, and deserves major “props”.
Getting Started with Heroku on Windows : b#.
Enjoy!