DEV Community

Shekhar Sahu
Shekhar Sahu

Posted on

1 1

Custom event tracking with ActiveSupport::Notifications and Audited

Link: https://blog.joshsoftware.com/2020/03/21/custom-event-tracking-with-activesupportnotifications-and-audited/

When it comes to logging or tracking changes in Ruby on Rails models, We typically tend to use either paper_trail or audited gems as these are most popular and widely used gems in Ruby on Rails applications for tracking changes in Rails models, but what if you want to track the custom events on controller level(like following) in addition to model changes?

Top comments (0)

AWS GenAI LIVE image

How is generative AI increasing efficiency?

Join AWS GenAI LIVE! to find out how gen AI is reshaping productivity, streamlining processes, and driving innovation.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay