RubyFlow The Ruby and Rails community linklog

×

The Ruby and Rails community linklog

Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!

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

You can use basic HTML markup (e.g. <a>) or Markdown.

As you are not logged in, you will be
directed via GitHub to signup or sign in