I'd like to track a history of updates to records in selected tables.
The aim is to provide an audit trail of who changed what and possibly
the ability to revert selected changes.
A bit of googling brought me to the "Vestal Versions" plugin:
https://github.com/laserlemon/vestal_versions
Does anyone have any experience with this or other related plugins?
Good bad or otherwise.
It looks like I'm going to have to do a Rails upgrade before I take
anything for a test drive.
Cheers
Grant
Grant
--
You received this message because you are subscribed to the Google Groups "WellRailed" group.
To post to this group, send email to wellr...@googlegroups.com.
To unsubscribe from this group, send email to wellrailed+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/wellrailed?hl=en.
Grant
--
You received this message because you are subscribed to the Google Groups "WellRailed" group.
To post to this group, send email to wellr...@googlegroups.com.
To unsubscribe from this group, send email to wellrailed+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/wellrailed?hl=en.
Grant
I recommend htmldiff gem for iterating the object versions and displaying the audit trail.