如何在railsinstaller中安装ruby-debug-base19 0.11.25?

时间:2012-03-19 08:19:52

标签: ruby-on-rails rubygems

我在Vista中使用RailsInstaller。我正在为Saas Course工作rottenpotatoes项目。所以我从Github克隆了它。然后我做了捆绑安装。当我在“hw2_rottenpotatoes”目录中运行命令'rails s'时出现错误:

[31mCould not find ruby-debug-basw19-0.11.25 in any of the sources [0m

This is the error

有没有其他方法可以安装ruby-debug-basw19-0.11.25 ??

UPDATE :: 我认为需要rvm !!当我使用RailsInstaller时,我可以安装rvm吗?

1 个答案:

答案 0 :(得分:1)

在您的Gemfile中放置:

gem 'debugger', group: [:development, :test]