Search code examples
ruby-on-railsrubyrubygemsruby-on-rails-4audit-logging

Rails 4 Auditing Gem


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! :-)


Solution

  • You can try public_activity gem, even without being designed for auditing, you can use it to track user actions.

    You have one screencast on the subject here and it supports both Rails 3.x and 4.x.