audited
Audit library
A library that logs all changes to your models in a version-controlled audit trail
Audited (formerly acts_as_audited) is an ORM extension that logs all changes to your Rails models.
3k stars
39 watching
688 forks
Language: Ruby
last commit: 13 days ago
Linked from 2 awesome lists
activerecordauditaudit-logaudit-trailauditingrailsruby
Related projects:
Repository | Description | Stars |
---|---|---|
thoughtbot/clearance | Provides a simple and well-tested Rails authentication system with email and password support | 3,709 |
public-activity/public_activity | A gem that tracks changes to models in a Rails application | 2,970 |
rubysherpas/paranoia | Provides a way to implement soft deletion of records in a Rails application by adding a deleted_at timestamp field | 2,891 |
railsadminteam/rails_admin | A Rails extension that provides an easy-to-use interface for managing data in Ruby on Rails applications. | 7,899 |
bemihq/bemi-rails | Automates data tracking and auditing in Ruby on Rails applications | 83 |
voormedia/rails-erd | Generate Entity-Relationship Diagrams for Ruby on Rails applications | 3,997 |
presidentbeef/brakeman | A tool that scans Ruby on Rails applications for potential security vulnerabilities. | 7,015 |
paper-trail-gem/paper_trail | Tracks changes to Rails models for auditing or versioning purposes. | 6,786 |
databasecleaner/database_cleaner | Tools and strategies for cleaning and preparing databases for testing in Ruby applications. | 2,936 |
roidrage/lograge | An effort to simplify and standardize Rails' logging output | 3,468 |
flyerhzm/rails_best_practices | A tool to analyze and improve the quality of Ruby-based Rails projects | 4,170 |
rolifycommunity/rolify | A library that provides role management capabilities with resource scoping for authorization | 3,169 |
excid3/noticed | A gem that enables sending different types of notifications to recipients through various mediums in Ruby on Rails applications | 2,446 |
aasm/aasm | A library that allows developers to add finite state machines to Ruby classes | 5,031 |
fatkodima/online_migrations | Detects and advises on safe PostgreSQL migration operations | 631 |