授权我的rails 3申请

发布于 2024-12-06 18:04:40 字数 221 浏览 0 评论 0原文

我正在使用inherited_resources 和devise 开发一个rails 3 应用程序。

我尝试使用 cancan 作为我的授权插件,但这还不够(我的授权规则需要更复杂的条件)。

我还尝试使用 declarative_authorization 但我的规则不适用于我的控制器的“index”方法。

是否有可靠的 Rails 插件来处理授权?!

谢谢 !

I'm developing a rails 3 application using inherited_resources and devise.

I tried to use cancan as my authorization plugin and it wasn't enough (i need more complex conditions for my authorization rules).

I also tried using declarative_authorization but my rules didn't work for the "index" method of my controllers.

Is there a RELIABLE rails plugin to handle authorization ?!

Thanks !

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

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

发布评论

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

评论(1

白鸥掠海 2024-12-13 18:04:40

您可以在此处查看授权 gem 列表。我给你的建议是你应该给康康舞第二次机会。它处理几乎所有有关授权的事情。

You can see a list of authorization gems in here. My advice to you is you should give cancan a second chance. It handles almost everything about authorization.

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