AuditTrail in Rails

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

Roland M. 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