eaco
eaco copied to clipboard
Eaco is an Attribute-Based Access Control authorization framework for Ruby.
The business of the ACL class is just to hold Designators and Roles, and not parsing the different ways a designator is expressed through the API. The [Eaco::ACL#identify](http://www.rubydoc.info/github/ifad/eaco/Eaco/ACL#identify-instance_method) method should...
It seems that when _to_prepare_ is invoked on Rails 3.2 reloading is not yet complete, and the Object namespace is still populated with the _old_ constants (speculating, in-depth analysis not...
Hello , I am working on rails 5.0.1 project with a mongo database ( gem mongoid 6 ). I need to know , if I can implement this gem in...
Hello, I have been trying to make Eaco use my MySQL database without success. While `rails console development` sometimes opens the console, most of the time it's still giving me...
YARD documentation generation chokes on Travis: https://travis-ci.org/ifad/eaco/jobs/161058921#L298. It has been disabled in https://github.com/ifad/eaco/pull/5/commits/548eb291d4c6fa62442dd9e839dfd44a1de0dc02#diff-2, but it should be re-enabled, possibly pinning to a specific YARD version.