Oh, boy. I've gotten our rails dev environment set up on a dozen different machines now and there's always a little problem here or there. One thing I can say right off the bat: I could never get it fully up and running on Windows, unfortunately. But we have had success on both OS X and Linux machines. The trick is to 1) install rbenv or rvm, 2) build the right version of ruby, 3) install the right gems, 4) make sure…
I know you're not on a mac, but I just re-setup a mac and went through this. So, for anyone wondering. Luckily with homebrew supporting rbenv now it's a lot easier to do. Download the git installer and run it. Install homebrew using their script. brew install rbenv brew install ruby-build Once that is done you'll need to copy some stuff in your shell profile. It will tell you the two lines. Restart your shell. Here's…
I'd suggest doing
rbenv install 2.0.0-p247
rbenv global 2.0.0-p247
Also, it's openssl, not open-ssl, (just in case someone couldn't complete the step) i.e. brew install openssl