-
palkan/logidze
Logidze: Log Database Changes in Rails Apps — Logs are stored in the database in a JSONB column (so Postgres only). It claims to be faster than Audited and PaperTrail which both remain fine alternatives in this area.
Appears in lists (2)
- Issue 450 - Opal 1.0, RubyKaigi videos, and creating diagrams of your Rails models
- Issue 527 - A Ruby quine that cycles through 128 other languages
More like this (3)
-
ankane/blind_index
Blind Index: Securely Search Encrypted Database Fields — Works with Lockbox and attr_encrypted.
-
djezzzl/database_consistency
The tool to find inconsistency between models schema and database constraints.
-
zdennis/activerecord-import
A library for bulk insertion of data into your database using ActiveRecord.