为什么升级到 Rails 3 后我会收到 authlogic 方法的 NameError 错误

发布于 2024-12-06 09:39:13 字数 387 浏览 1 评论 0原文

我正在升级到 Rails 3,最初使用的是 authlogic。

我现在收到一个 NameError:

NameError (undefined local variable or method `require_no_user'

'require_no_user" is a method for authlogic that is put into the UserSessions Controller. 但我收到一个错误,无法弄清楚为什么它被认为是未定义的。

我将 authlogic gem 更新为 3.0.3 ,但这还没有解决它......

是的,我会考虑转向设计,但我真的需要完成升级的基础知识,并希望我能做到......谢谢。

I am doing an upgrade to Rails 3 and had originally been using authlogic.

I now get a NameError:

NameError (undefined local variable or method `require_no_user'

'require_no_user" is a method for authlogic that is put into the UserSessions Controller. But I'm getting an error and can't figure out why it is considered undefined.

I updated the authlogic gem to 3.0.3, but that hasn't fixed it.....

Yes, I will look into moving to Devise, but I really need to just get the basics of the upgrade done and hope I can do so...thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

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