Rails 3.0.7 Ruby 1.9.2 安装debug的记录
还是习惯打javaeye上来
一些记录吧
在win下安装Ruby1.9.2的debug出现因为linechache19需要C编译的问题
所以要安装DevKit
在mac下完全没有问题可以顺利安装自己的xcode编译了
详情见:
http://rubyinstaller.org/downloads/
ruby -rubygems -e "require 'rdiscount'; puts RDiscount.new('**Hello RubyInstaller**').to_html"