G5 / storext

Add type-casting and other features on top of ActiveRecord::Store.store_accessor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Audited gem

richardrails opened this issue · comments

Hi, when I use gem audited, it does not get audits from columns changes, do you have any advice?
https://github.com/collectiveidea/audited

This just uses ActiveRecord::Store underneath, so if audited supports that, you should be good to go. I imagine that audited will keep track of the whole column, so if it's a large one with many attributes your versions will contain lots of data.

you are right, it audits whole json object, so I need to diff these jsons manually and show changes.