Rails 基于角色的身份验证
http://code.google.com/p/rolerequirement/ 角色要求是否适用于 Rails 3?如果没有,我在哪里可以找到类似 Rails 的基于角色的管理插件?
谢谢!
Does http://code.google.com/p/rolerequirement/ Role requirement works with Rails 3? If not, where can I find a role based management plugin like this for Rails?
Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
有 cancan。
查看 railscast。
There's cancan.
Check out the railscast.
尝试 canard https://rubygems.org/gems/canard 将角色融入到美丽简单的康康舞中。
Try canard https://rubygems.org/gems/canard brings roles to the beautifully simple cancan.
有些人也使用 Acl9。
https://github.com/be9/acl9
Some people use Acl9 as well.
https://github.com/be9/acl9