Ruby配置环境

阅读更多
1.安装Ruby:http://rubyforge.org/projects/rubyinstaller/
打开dos 命令窗口并执行:gem install rails --include-dependencies
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,Rails,DOS,IDE,Windows)