默认 EngineYard Jruby 实例为 1.9.2
我有一个 Rails 应用程序,正在尝试在 Engineyard 上的 Jruby 中进行测试。当我将 rvm 中的 ruby 版本切换到 1.9.2 (jruby) 时,我可以在本地工作,但是在 engineyard 上部署失败:
syntax error, unexpected ':'
我使用 1.9.2 export JRUBY_OPTS=--1.9
在本地解决了此错误我已经在engineayrd 上尝试过了,但仍然遇到同样的错误。
有谁知道如何将EngineYard设置为默认为1.9.2而不是ruby-1.8.7-p330?
非常感谢任何帮助
I have a Rails app I am trying to test in Jruby on Engineyard. I can get it locally working when i switch ruby version in rvm to 1.9.2 (jruby) However when on engineyard a deploy fails:
syntax error, unexpected ':'
I solved this error locally using 1.9.2 export JRUBY_OPTS=--1.9
I have tried this on engineayrd but i am still getting the same error.
Does anyone know how to set EngineYard to default to 1.9.2 not ruby-1.8.7-p330?
Any help is greatly appreciate
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试将以下内容放入 /home/deploy/.jrubyrc 中:
Try putting the following in /home/deploy/.jrubyrc: