acl9
Object-level authorization database structure in Rails
I\'m writing a rails application that has a need for very fine-grained authorization at the object level. Other systems use p开发者_运维知识库lugins such as acl9 or declarative_authorization however I[详细]
2023-04-03 09:46 分类:问答acl9 has_many through implementation
I got the following deprecation warning on the rails console: DEPRECATION WARNING: Having additional attributes on the join table of a[详细]
2023-03-20 20:23 分类:问答Rails 3 and Acl9: find all subjects for a given object/role
I\'m using rails3 with acl9 for authorization. I\'m trying to grok ARel and the rails way of querying.[详细]
2023-01-26 00:19 分类:问答acl9: Determine authorization in advance
I am using acl9 on top of authlogic on one of my projects. I like the approach acl9\'s开发者_如何学编程 approach but I guess I am trying to do something that is just not that simple (not to say imposs[详细]
2022-12-14 08:12 分类:问答Rails | Cucumber | acl9 | AccessDenied
I am ramping up Cucumber, and I am having a issue getting one of my first tests to pass.The exception I am getting is:[详细]
2022-12-11 16:28 分类:问答acl9 find just model object which satisfys object.accepts_role?(role_name, current_user)
I\'m pretty new to rails and it\'s the first time I\'m actually using authlogic + acl9. I followed the default installation steps for both plugins.[详细]
2022-12-10 07:00 分类:问答issue with acl9 plugin
I am trying to allow users with role \"corporate\" to access their own company. Currently a user with that role gets blocked.[详细]
2022-12-09 20:11 分类:问答