I am new to Rails / Ruby. I am working on a project where we want to capture snapshots/revisions of the objects when certain operations happen. Its similar to the how the revision control works for the Writeboards in basecamp. Is there any gem which will automate this functionality or some open source project in RoR which we can use as a reference. Cheers.
Share
acts_as_versioned gem may be what you’re looking for – http://github.com/technoweenie/acts_as_versioned
An example of how it works from the RDoc: