acts_as_audited is an ActiveRecord extension that logs all changes to your models in an audits table. My fork addresses an issue that arises when a plugin (such as restful_authentication) provides the current_user method to the application controller, causing the audit sweeper to fail to retrieve the current user. For more information, see acts_as_audited repository at Github.

Acts As Audited - Logs all changes to your models in an audits table.
Logs all changes to your models in an audits table.




Back to Projects