首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > Ruby Rails >

RubyMine 中 Ruby SDK 设置不对的异常

2013-12-26 
RubyMine 中 Ruby SDK 设置不对的错误点击Rubymine中的 Run按钮是出现 error:/usr/bin/ruby -e $stdout.sy

RubyMine 中 Ruby SDK 设置不对的错误

点击Rubymine中的 Run按钮是出现 error:

/usr/bin/ruby -e $stdout.sync=true;$stderr.sync=true;load($0=ARGV.shift) /Users/****/Desktop/Activities/bin/rails server -b 0.0.0.0 -p 3000 -e development/Users/****/Desktop/Activities/bin/rails:3: undefined method `require_relative'   for main:Object (NoMethodError)from -e:1:in `load'from -e:1Process finished with exit code 1

?

出现这个问题有可能是RubyMine的Ruby SDK 设置有问题。

你可以打开 RubyMine的 Preferences ,然后点击 Ruby SDK and Gems ,里面有个Ruby SDK 的选择,选择正确的Ruby SDK。

热点排行