Ruby on Rails Gitorious:未初始化的常量 Rails::Plugin::OpenID

发布于 2024-12-04 08:50:13 字数 475 浏览 1 评论 0原文

我正在尝试设置 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

北方的巷 2024-12-11 08:50:13

也许您在 Rails::Plugin 命名空间中调用 OpenID 之前没有加载“ruby-openid”。

Maybe you are not loading "ruby-openid" before the OpenID is called in Rails::Plugin namespace.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文