我正在運行的JRuby 1.6.7版使用Rails 3.2.3當我啓動我的Rails服務器rails s
我得到以下錯誤:JRuby的意外:
/config/routes.rb:8: syntax error, unexpected ':'
match '/about', to: 'pages#about'
不過,如果我更改爲match '/about' :to => 'pages#about'
我不噸得到錯誤。由於使用Rails版本支持這種簡寫格式,因此如何解決該問題?
謝謝。出於某種原因,我認爲這是Rails版本。我會立即稱自己爲傻瓜! –