All Versions
18
Latest Version
Avg Release Cycle
197 days
Latest Release
2229 days ago

Changelog History
Page 1

  • v3.1.0

    March 14, 2018
  • v3.0.0

    March 14, 2018
  • v2.1.2

    March 07, 2016
  • v2.1.1

    August 31, 2015
  • v2.1.0 Changes

    May 14, 2015

    โž• Added :only (as well as :to) for specifying actions in allow/deny blocks.

  • v2.0.0 Changes

    May 14, 2015

    Thanks to @pjungwir:

    • Raise ArgumentError now if bad options passed to allow/deny
  • v1.3.0 Changes

    May 13, 2015

    Quick new feature dump:

    • Prepositions in has(_no)_role[!?] methods
  • v1.2.1 Changes

    March 13, 2015

    ๐Ÿ›  Bugfix for API love:

    • Rails::API was erroring
  • v1.2.0 Changes

    January 12, 2015

    ๐Ÿš€ The generator release (and some other cool new features):

    • New: ZOMG - we have a generator now
    • Role names are now normalized with .underscore.singularize - especially handy in case sensitive DBs
    • New: Acl9.configure lets you specify config options nicely
    • New: object.users :managers to get a list of users who have manager role on object
    • Testing against Ruby 2.2
  • v1.1.0 Changes

    December 15, 2014

    ๐Ÿ›  Bugfix release with a minor version bump because one security fix might not be expected, also doc improvements

    • has_role! was not returning true properly when more roles remained (this is the change that might be unexpected)
    • License added to gemspec
    • Testing against Rails 4.2
    • When subject was destroyed, roles were not removed from the DB.