Skip to content
chris edited this page Sep 12, 2010 · 5 revisions

This is a forked repository. Have a look at
technoweenie’s acts_as_versioned wiki
for more information.

The modifications I’ve made to acts_as_versioned are covered in my blog entry. The basics are that I added an optional second parameter to revert_to! that will let you delete all newer versions than the one you’re reverting to, and also all versions now track what attributes were updated for that version (so you can show what attributes changed between versions, etc.).

Also, I’ve now added the earliest? and latest? methods to the Version object, so that you can query a version instance if it’s the earliest or latest.

Clone this wiki locally