授权我的rails 3申请
我正在使用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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以在此处查看授权 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.