Sha256: ce145602d776bd52e146b9704bd08750a5d8d832df318116f53c89b7a89c41c6
Contents?: true
Size: 970 Bytes
Versions: 1
Compression:
Stored size: 970 Bytes
Contents
May 18, 2010 --- v.0.4.0 CanCan 1.1 support http://wiki.github.com/ryanb/cancan/upgrading-to-11 General: * Configuration now done through AuthAssistant::Configuration, a singleton * Fixed various bugs * Tested that generators work for all strategies and that rails can start up after any generation! Generators: * Fixed various bugs * Completed generators refactoring to ensure more elegant/generic and enhanceable generators solution * Added generator strategy classes for each strategy with API for generation and reversal of the strategy Permits: * Now uses the new hash option for Permit 'ownership' (see owns function in Permit::Base) * Added request as second argument to Ability and Permits permit? method to enable construction of more advanced permits (1) (1) See 'request' example in http://wiki.github.com/ryanb/cancan/defining-abilities-with-blocks) May 16, 2010 --- Support for standard roles * admin (all) * user (all) * guest (default nil user)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
auth-assistant-0.4.0 | Changelog.txt |