我在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
有没有其他方法可以安装ruby-debug-basw19-0.11.25 ??
UPDATE :: 我认为需要rvm !!当我使用RailsInstaller时,我可以安装rvm吗?
答案 0 :(得分:1)
在您的Gemfile中放置:
gem 'debugger', group: [:development, :test]