This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Home
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.






