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):
Does anyone have any recommendations? Audited gem seems to be the most similar to what I'm looking for.
Thanks! :-)
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.