Sha256: b8a2cacf40574ee38acba2b2c95a7b18646d606d17f32878a48fdd85a8649fa9
Contents?: true
Size: 911 Bytes
Versions: 1
Compression:
Stored size: 911 Bytes
Contents
== 0.10.0 released 2008-10-24 * Do not allow instantiation if the session has not been activated with a controller object. Just like ActiveRecord won't let you do anything without a DB connection. * Abstracted controller implementation to allow for rails, merb, etc adapters. So this is not confined to the rails framework. * Removed create and update methods and added save, like ActiveRecord. * after_validation should be able to change the result if it adds errors on callbacks. * Completed tests. == 0.9.1 released 2008-10-24 * Changed scope to id. Makes more sense to call it an id and fits better with the ActiveRecord model. * Removed saving_from_session flag, apparently it is not needed. * Fixed updating sessions to make more sense and be stricter. * change last_click_at to last_request_at * Only run "after" callbacks if the result is successful. == 0.9.0 released 2008-10-24 * Initial release.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
authgasm-0.10.0 | CHANGELOG.rdoc |