Rails 4 Auditing Gem

andro1d picture andro1d · Oct 15, 2013 · Viewed 10.4k times · Source

I'm looking for a Rails 4 supported gem that does auditing related tasks. Similar gems I found, but are not supporting Rails 4 (except for paper-trail, but it has all of that versioning stuff that I don't need):

github audited

github pfeed

github userstamp

github paper_trail

Does anyone have any recommendations? Audited gem seems to be the most similar to what I'm looking for.

Thanks! :-)

Answer

demersus picture demersus · Nov 20, 2013

I just found this gem: https://github.com/continuum/espinita

This is from their readme:

Audit activerecord models like a boss. Tested in rails 4 and ruby 2.0.0.

This project is heavily based in audited gem.