CanCanCan v0.2.0 Release Notes

Release Date: 2009-11-17 // over 14 years ago
    • Fix behavior of load_and_authorize_resource for namespaced controllers - see issue #3.

    • ๐Ÿ‘Œ Support arrays being passed to "can" to specify multiple actions or classes - see issue #2.

    • โž• Adding "cannot?" method to ability, controller, and view which is inverse of "can?" - see issue #1.

    • ๐Ÿ‘€ BACKWARDS INCOMPATIBLE: use Ability#initialize instead of 'prepare' to set up abilities - see issue #4.

    • ๐Ÿ‘€ See the full list of changes [https://github.com/CanCanCommunity/cancancan/compare/0.1.0...0.2.0].