ruby的环境配置、RDT的安装

1.安装Ruby:

http://rubyforge.org/projects/rubyinstaller/ 打开dos 命令窗口并执行:gem install rails --include-dependencies

也可以到http://www.ruby-lang.org/ (Ruby 官方网站) 这里下载直接安装

2.配置IDE:
a.安装Ruby开发工具包
选择Help→Software Updates→Find and Install
选择Search for new features to install 点击Next
选择 New Remote Site
name: Ruby Developer Tools

URL: http://rubyeclipse.sourceforge.net/nightlyBuild/updateSite/

点击 OK
检查RDT 点击Next,选择feature RDT 点击Next
b.配置RDT plugin
选择 Windows > Prefrences > Ruby
选择Installed Interpreters (请选择编译器)
选择Add
interpreter name : ruby.exe
path: 例如d:/ruby/bin/ruby.exe
单击 确定 > 确定

你可能感兴趣的:(Ruby)