Sha256: f3d4f4e6c8fda51a5c62d2c7ce268a2684f05e2e094791b258723cd15bc6b497

Contents?: true

Size: 1.55 KB

Versions: 9

Compression:

Stored size: 1.55 KB

Contents

 acts_as_audited ChangeLog
-------------------------------------------------------------------------------
* 2009-01-27 - Store old and new values for updates, and store all attributes on destroy.
               Refactored revisioning methods to work as expected
* 2008-10-10 - changed to make it work in development mode
* 2008-04-19 - refactored to make compatible with dirty tracking in edge rails
               and to stop storing both old and new values in a single audit
* 2008-04-18 - Fix NoMethodError when trying to access the :previous revision
               on a model that doesn't have previous revisions [Alex Soto]
* 2008-03-21 - added #changed_attributes to get access to the changes before a
               save [Chris Parker]
* 2007-12-16 - Added #revision_at for retrieving a revision from a specific
               time [Jacob Atzen]
* 2007-12-16 - Fix error when getting revision from audit with no changes
               [Geoffrey Wiseman]
* 2007-12-16 - Remove dependency on acts_as_list
* 2007-06-17 - Added support getting previous revisions
* 2006-11-17 - Replaced use of singleton User.current_user with cache sweeper
               implementation for auditing the user that made the change
* 2006-11-17 - added migration generator
* 2006-08-14 - incorporated changes from Michael Schuerig to write_attribute
               that saves the new value after every change and not just the
               first, and performs proper type-casting before doing comparisons
* 2006-08-14 - The "changes" are now saved as a serialized hash
* 2006-07-21 - initial version

Version data entries

9 entries across 9 versions & 3 rubygems

Version Path
acts_as_audited-2.0.0.rc4 CHANGELOG
acts_as_audited_rails3-1.1.2 CHANGELOG
acts_as_audited_rails3-1.1.1.5 CHANGELOG
acts_as_audited_rails3-1.1.1.4 CHANGELOG
htanata-acts_as_audited-1.1.1 CHANGELOG
acts_as_audited-1.1.1 CHANGELOG
acts_as_audited-1.1.0 CHANGELOG
acts_as_audited-1.0.2 CHANGELOG
acts_as_audited-1.0.1 CHANGELOG