首先,說明一下安裝的步驟。git
一、在http://rubyinstaller.org 下載須要的ruby版本,由於是exe文件,因此,你能夠直接安裝。github
二、下載devkit文件,而後解壓安裝,選擇本身想要的目錄。(這一步的順序挺重要,不然第4步操做可能會出錯)web
三、cmd進入windows命令操做,進入devkit的文件夾下,執行下面的操做:json
ruby dk.rb initwindows
ruby dk.rb installruby
四、cmd進入windows命令操做,使用gem install rails來安裝。看到「Successfully installed rails-3.1.1」,說明安裝成功。ide
這裏特別指出的就是,在第二、3步的devkit沒有安裝的話,可能會出現「」錯誤。ui
ERROR: Error installing gherkin:
The
'json'
native gem requires installed build tools.
Please update your PATH to include build tools or download the DevKit
from
'http://rubyinstaller.org/downloads'
and follow the instructions
at
'http://github.com/oneclick/rubyinstaller/wiki/Development-Kit'
spa
根本緣由就是缺乏DevKit庫,解決方案以下,參照的Complete setup guide for Ruby, Cucumber and Watir or Selenium webdriver on Windows:
命令行
首先須要下載Win下面的DevKit安裝文件DevKit-tdm-32-…….exe,解壓後經過命令行進入解壓文件,依次運行下列命令行:
ruby dk.rb initruby dk.rb install
這樣DevKit就成功安裝了!