New gem for tracing Active Record queries
Presenting a new gem for tracing Active Record, I wish existed earlier - https://github.com/fatkodima/active_record_tracer
Many times I crafted code to get similar reports like in the gem - to profile slow tests, rake tasks, controllers, jobs, find the most popular queries or the most loaded records, N+1s, the lines producing the most queries/records etc.
I hope you will find it useful too.
Post a comment