In a data sensitive application debugging is the most critical and time consuming especially if requests traffic is tremendously high, when it comes to debugging every developer’s last resort is application logs and debugging in large logs file is not an easy task. In this post I will brief you about how we can make … Continue reading Searchable logs with Filebeat and Elastic Stack
Author: Pramod B. Shinde
A Tech Lead works with Josh Software, earned M.Tech degree in Industrial Mathematics With Computer Application from Fergusson College, Pune. In spare time I enjoy outdoor activities like playing football, trekking etc.
Custom event tracking with ActiveSupport::Notifications 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 … Continue reading Custom event tracking with ActiveSupport::Notifications and Audited