2012-03-19 17 views
1

我在Vista中使用RailsInstaller。我正在從事Saas Course的rottenpotatoes項目。所以我從Github克隆了它。然後我做了捆綁安裝。當我運行命令「軌道S」在目錄「hw2_rottenpotatoes」我得到一個錯誤:如何在railsinstaller中安裝ruby-debug-base19 0.11.25?

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

This is the error

有沒有安裝紅寶石調試basw19-0.11.25任何替代辦法?

更新:: 我認爲rvm是需要的!鋤頭安裝rvm當我使用RailsInstaller?

+0

撬(http://pry.github.com)是紅寶石調試一個很好的選擇。 – shingara 2012-03-19 15:20:34

回答

1

在你的Gemfile地說:

gem 'debugger', group: [:development, :test] 
相關問題