spree 基于 cancan, Refinery Radiant CMS 权限管理都很简单,角色可操作的资源都是在代码写死的。
cancan+rolify
#1 楼 @dddd1919 这个方案权限的配置还是通过代码来配置,希望能够通过界面操作配置角色的权限
可以自己写啊,把角色权限保存到数据库,做个管理界面就好了嘛
7 张表,大概。自己写吧。基础版本 https://ruby-china.org/topics/19596
https://github.com/CanCanCommunity/cancancan/wiki/Abilities-in-Database
https://github.com/the-teacher/the_role