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

Changelog History
Page 4

  • v1.8.2 Changes

    June 05, 2014
    • ๐Ÿ›  Fix cancancan#75 - More specific hash-like object check. ([@bryanrite][]).
  • v1.8.1 Changes

    May 27, 2014
    • ๐Ÿ›  Fix cancancan#67 - Sequel tests are run properly for JRuby. ([@bryanrite][]).

    • ๐Ÿ›  Fix cancancan#68 - Checks for hash-like objects in subject better. ([@bryanrite][]).

  • v1.8.0 Changes

    May 08, 2014
    • ๐Ÿ”‹ 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.

  • v1.7.1 Changes

    March 19, 2014
    • ๐Ÿ›  Fix ryanb/cancan#992 - Remove Rails 4 deprecations for scoped (thejchap & hitendrasingh).

    • ๐Ÿ›  Fix cancancan#16 - RSpec expectations are not explicitly required in RSpec > 2.13 (justinaiken & bryanrite).

  • v1.7.0 Changes

    February 19, 2014
    • ๐Ÿ”‹ Feature #988 Adds support for strong_parameters ([@bryanrite][]).

    • ๐Ÿ›  Fix #726 - Allow multiple abilities with associations (elabs-dev).

    • ๐Ÿ›  Fix #864 - Fix id_param in shallow routes (francocatena).

    • ๐Ÿ›  Fix #871 - Fixes nested ability conditions (ricec).

    • ๐Ÿ›  Fix #935 - Reduce unnecessary object allocations (grosser).

    • ๐Ÿ›  Fix #966 - Fixes a variable name collision in nested conditions (knoopx).

    • ๐Ÿ›  Fix #971 - Does not execute "empty?" scope when checking class rule (matt-glover).

    • ๐Ÿ›  Fix #974 - Avoid unnecessary sql execution (inkstak).

  • v1.6.10 Changes

    May 07, 2013
    • Fix matches_conditons_hash for string values on 1.8 ([@rrosen][]).

    • โ†ช Work around SQL injection vulnerability in older Rails versions ([@steerio][]) - issue #800.

    • โž• Add support for nested join conditions ([@yuszuv][]) - issue #806.

    • Fix load_resource "find_by" in mongoid resources ([@albertobajo][]) - issue #705.

    • ๐Ÿ›  Fix namespace split behavior ([@xinuc][]) - issue #668.

  • v1.6.9 Changes

    February 04, 2013
    • ๐Ÿ›  Fix inserting AND (NULL) to end of SQL queries (jonsgreen) - issue #687.

    • ๐Ÿ›  Fix merge_joins for nested association hashes (DavidMikeSimon) - issues #655, #560.

    • ๐Ÿšฉ Raise error on recursive alias_action (fl00r) - issue #660.

    • ๐Ÿ›  Fix namespace controllers not loading params (andhapp) - issues #670, #664.

  • v1.6.8 Changes

    June 25, 2012
    • ๐Ÿ‘Œ Improved support for namespaced controllers and models.

    • Pass :if and :unless options for load and authorize resource (mauriciozaffari).

    • ๐Ÿ‘ท Travis CI badge (plentz).

    • โž• Adding Ability#merge for combining multiple abilities (rogercampos).

    • ๐Ÿ‘Œ Support for multiple MetaWhere rules (andhapp).

    • ๐Ÿ›  Various fixes for DataMapper, Mongoid, and Inherited Resource integration.

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

  • v1.6.7 Changes

    October 04, 2011
  • v1.6.6 Changes

    September 28, 2011
    • Correct "return cant jump across threads" error when using check_authorization (codeprimate) - issues #463, #469.

    • ๐Ÿ›  Fixing tests in development by specifying with_model version (kirkconnell) - issue #476.

    • โž• Added travis.yml file for TravisCI support (bai) - issue #427.

    • ๐Ÿ‘ Better support for namespaced models (whilefalse) - issues #424.

    • Adding :id_param option to load_and_authorize_resource (skhisma) - issue #425.

    • 0๏ธโƒฃ Make default unauthorized message translatable text (nhocki) - issue #409.

    • Improving DataMapper behavior (psanford, maxsum-corin) - issue #410, #373.

    • ๐Ÿ‘ Allow :find_by option to be full find method name - issue #335.

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