Ruby 的一点东西

bundle update

gem install hpricot --platform=mswin32


Rubymine里面debug时报错:

遇到: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'

解决方法:(http://rubyer.me/blog/134/)

cd<DEVKIT_INSTALL_DIR>

ruby dk.rb init
ruby dk.rb review
ruby dk.rbinstall

即可

你可能感兴趣的:(Ruby 的一点东西)