Giuseppe Di Federico
Giuseppe Di Federico

Reputation: 3589

RoR Setting Windows environment

I'm a rails developer and I always programmed on linux environment using Netbeans and RVM.
I would like to try a migration on windows using the IDE rubymine that I've already downloaded. Is there any tutorial or instructions to set up the environment for people like me that are approaching on Windows in Rails for the very first time? (installing ruby the gems etc ? ).

Upvotes: 0

Views: 79

Answers (2)

Salavert
Salavert

Reputation: 761

I recommend you http://rubyinstaller.org/ or http://www.railsinstaller.org/

I did it on my machine and everything works fine, you can add later pik (a multi ruby manager)

Upvotes: 1

ipr101
ipr101

Reputation: 24236

There's a section on Windows instalation in the excellent Rails Tutorial

I also found this blog entry that walks you the process step-by-step

When installing on Windows myself I used this video tutorial from Tekpub, but you'll need to pay to access it.

Upvotes: 1

Related Questions