Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用Rubymine 5.4并且刚刚更新为Ruby 2.1.1.
Rubymine 5.4
Ruby 2.1.1
我更改了 Ruby SDK(设置/Ruby SDK 和 Gems),但语言级别为 1.8,我无法更改。
现在我所有的文件都出错了
action: 'Show'不再接受错误消息Expected: ; or end of line。我必须将其更改为:action => "Show"通过验证。
action: 'Show'
Expected: ; or end of line
:action => "Show"
我错过了什么?
恐怕您缺少的是RubyMine 6!RM5 是在 Ruby 2.1 出来之前写的,所以不兼容。我遇到了和你一样的问题,所以我升级到最新版本,现在我的语言版本是2.1。