1 Repo
Settings and logic used to control when and what data is captured by an auditing system.
Distinct from Conditional Logic: Controls the behavior of data auditing rather than performing security or ML model audits.
Explore 1 awesome GitHub repository matching data & databases · Audit Logic Configuration. Refine with filters or upvote what's useful.
Audited is a Ruby on Rails audit log library and change data capture framework. It tracks model changes by recording previous and current attribute values during create, update, and destroy operations to maintain a complete history of database modifications. The system functions as a database versioning tool and user activity tracker. It allows for the retrieval of historical record states by timestamp or index, enables reverting models to previous versions, and associates record modifications with specific user identities and remote IP addresses. The library includes capabilities for sensit
Provides conditional logic to decide when auditing occurs or to disable it for specific columns and models.