I am working with Heroku on a win 7 - 32 bit system where I don\'t have admin privileges.
I have downloaded and installed the heroku toolbelt following http://commun
I had the same issues initially with ROR on Windows. (Everyone suggested me to move to LINUX/UNIX)
Still I managed to install it on Windows. Rather than installing the Heroku Toolbet (which breaks ruby and rails which is already installed) install the heroku gem along with foreman gem.
gem install heroku
gem install foreman
Then u can use it easily.