All Versions
64
Latest Version
Avg Release Cycle
101 days
Latest Release
-

Changelog History
Page 7

  • v1.0.0 Changes

    December 13, 2009
    • ๐Ÿ‘€ Don't set resource instance variable if it has been set already - see issue #13.

    • ๐Ÿ‘ Allowing :nested option to accept an array for deep nesting.

    • โž• Adding :nested option to load resource method - see issue #10.

    • Pass :only and :except options to before filters for load/authorize resource methods.

    • โž• Adding :collection and :new options to load_resource method so we can specify behavior of additional actions if needed.

    • BACKWARDS INCOMPATIBLE: turning load and authorize resource methods into class methods which set up the before filter so they can accept additional arguments.

    • ๐Ÿ‘€ {see the full list of changes}[https://github.com/CanCanCommunity/cancancan/compare/0.2.1...1.0.0].

  • v0.2.1 Changes

    November 26, 2009
    • ๐Ÿ”จ Many internal refactorings - see issues #11 and #12.

    • โž• Adding "cannot" method to define which abilities cannot be done - see issue #7.

    • ๐Ÿ‘Œ Support custom objects (usually symbols) in can definition - see issue #8.

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

  • v0.2.0 Changes

    November 17, 2009
    • 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].

  • v0.1.0 Changes

    November 16, 2009
    • ๐ŸŽ‰ Initial release.