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
I got the following deprecation warning on the rails console: DEPRECATION WARNING: Having additional attributes on the join table of a
I\'m using rails3 with acl9 for authorization. I\'m trying to grok ARel and the rails way of querying.
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
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:
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.
I am trying to allow users with role \"corporate\" to access their own company. Currently a user with that role gets blocked.