Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 454 Bytes

CHANGELOG.rdoc

File metadata and controls

14 lines (7 loc) · 454 Bytes

0.2.0 (Nov 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

0.1.0 (Nov 16, 2009)

  • initial release