CanCanCan v1.5.0 Release Notes

Release Date: 2011-01-11 // over 13 years ago
    • ➕ Added an Ability generator - see issue #170.

    • ➕ Added DataMapper support ([@natemueller][]).

    • ➕ Added Mongoid support ([@bowsersenior][]).

    • Added skip_load_and_authorize_resource methods to controller class - see issue #164.

    • ➕ Added support for uncountable resources in index action - see issue #193.

    • Cleaned up README and added spec/README.

    • Internal: renamed CanDefinition to Rule.

    • 👍 Internal: added a model adapter layer for easily supporting more ORMs.

    • 👀 Internal: added .rvmrc to auto-switch to 1.8.7 with gemset - see issue #231.

    • 👀 {see the full list of changes}[https://github.com/CanCanCommunity/cancancan/compare/1.4.1...1.5.0].