角色宝石推荐
我已经成功让 authlogic 在 Windows 7 x64 上与 Rails 3 一起工作。但我不知道应该用什么来管理用户权限,有什么建议吗?谢谢
I have successfully gotten authlogic working with rails 3 on windows 7 x64. But I'm lost as for what I should use for managing user privileges any suggestion? Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
有很多授权选项。我最喜欢的顺序是:
There are lots of options for authorization. My favorites in order are:
Cancan http://github.com/ryanb/cancan 足够灵活,可以通过 Martin 等角色轻松扩展Rehfeld 使用 https://github.com/martinrehfeld/role_model 进行了操作。我经常使用这种组合,我创建了一个 gem 来使这两个 gem 的使用变得简单 https://github.com /james2m/canard
Cancan http://github.com/ryanb/cancan is flexible enough to be easily extended with roles as Martin Rehfeld did with https://github.com/martinrehfeld/role_model. I've used this combination so often I created a gem to make working with these two gems simple https://github.com/james2m/canard