CanCanCan v1.8.0 Release Notes

Release Date: 2014-05-08 // almost 10 years ago
    • ๐Ÿ”‹ Feature cancan#884 - Add a Sequel model adapter (szetobo).

    • ๐Ÿ”‹ Feature cancancan#3 - Permit "can?" check multiple subjects (cefigueiredo).

    • Feature cancancan#29 - Add ability to use a String that will get instance_eval'd or a Proc that will get called as the parameter method option for strong_parameter sanitization (svoop).

    • ๐Ÿ”‹ Feature cancancan#48 - Define a CanCanCan module. Even though it is not used, it is standard practice to define the module, and helpful for determining between CanCanCan and CanCan for external libraries.