Access Granted Versions Save

Multi-role and whitelist based authorization gem for Rails (and not only Rails!)

v1.3.3

2 years ago

Changes

v1.3.1

6 years ago

Changes

  • Add information about action and subject when raising AccessDenied exception (PR #46), thanks jraqula!

v1.3.0

6 years ago

Changes

  • Drop support for Ruby 1.9.3, it might still work but we are no longer testing against it.
  • Start testing against Rubies 2.3-2.5 in CI
  • Move Rails integration into Railties, this fixes some load order issues (PR #45), thanks jraqula!