Registry / database / audited

audited

JSON →
library5.8.0rbrubygemsunverified

Log all changes to your ActiveRecord models for auditing and history tracking.

gem install audited
INSTALL
IMPORT
SIG · AUDITED
A
audited
databaserubyv5.8.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Audited
require 'audited'

Enable auditing on a model and check audit count

require 'audited' class Post < ActiveRecord::Base audited end post = Post.create(title: 'Hello') puts post.audits.count
Debug
Known issues
gotchaAudit records can grow large quickly; consider cleanup strategies
fix
Implement periodic cleanup or use a separate database for audits
affects: >= 4.0.0
Upgrade
Version history
5.8.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
38 hits · last 30 days
node
34
Resources
audited — gem install audited · libregistry