Ruby 1.9.1 和 Jrails
我收到错误:
uninitialized constant ActionView::Helpers::JavaScriptElementProxy::ActionView
我尝试强制重新安装 jrails,但没有修复错误,并且谷歌搜索错误尚未产生结果。有什么建议吗? Ruby 1.9.1,Rails 2.3.4。
I'm getting error:
uninitialized constant ActionView::Helpers::JavaScriptElementProxy::ActionView
I've tried forcing a reinstall of jrails which didn't fix the error, and Googling the error has yet to yeild a result. Any suggestions? Ruby 1.9.1, Rails 2.3.4.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用 github 上的最新版本重新安装它:
Reinstall it using the latest version on github:
正如所说这里,jrails 显然已被修补以与 Ruby 1.9 配合使用。
最新版本可在 github 上获取。
替代链接: http://github.com/aaronchi/jrails
As said here, jrails has apparently been patched to work with Ruby 1.9.
The latest version is available on github.
Alternative link: http://github.com/aaronchi/jrails