Hello there, I need to build an audit trail system for an application. So far I have been looking at acts_as_versioned and acts_as_versioned_association plugins. I am having troubles getting the second one to work. Any how, do you have any suggestions about how to build a robust audit trail? Thanks, Roland -- Posted via http://www.ruby-forum.com/.
Roland Mai wrote:> Hello there, > > I need to build an audit trail system for an application. So far I have > been looking at acts_as_versioned and acts_as_versioned_association > plugins. I am having troubles getting the second one to work. > > > Any how, do you have any suggestions about how to build a robust audit > trail? >Take a look at: http://opensoul.org/2006/07/21/acts_as_audited/ Vince