Ruby on Rails Gitorious:未初始化的常量 Rails::Plugin::OpenID
我正在尝试设置 gitorious yousource 分支,我部分遵循了这篇文章: http: //www.lacerta.be/d7/content/gitorious-ubuntu-natty
一切都已安装,但出现此错误:
Error message:
uninitialized constant Rails::Plugin::OpenID
Exception class:
NameError
Application root:
/var/www/gitorious
My Gemfile has gem "ruby-openid", :require =>; 'openid' 但无论如何都不起作用。
有人知道我该如何修复它吗?
I am trying to setup gitorious yousource branch, I've followed partly this article: http://www.lacerta.be/d7/content/gitorious-ubuntu-natty
Everything was installed but I get this error:
Error message:
uninitialized constant Rails::Plugin::OpenID
Exception class:
NameError
Application root:
/var/www/gitorious
My Gemfile has gem "ruby-openid", :require => 'openid' but doesn't work anyway.
Anyone know how could i fix it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许您在 Rails::Plugin 命名空间中调用 OpenID 之前没有加载“ruby-openid”。
Maybe you are not loading "ruby-openid" before the OpenID is called in Rails::Plugin namespace.