access-granted

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

MIT License

Downloads
466.4K
Stars
774
Committers
17

Bot releases are hidden (Show)

access-granted - 1.3.3 Latest Release

Published by pokonski about 3 years ago

Changes

access-granted - 1.3.1

Published by pokonski over 6 years ago

Changes

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

Published by pokonski over 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!