[LRUG] Rails SQL logging

Tim Cowlishaw tim at timcowlishaw.co.uk
Wed Apr 7 08:44:42 PDT 2010


Hey all,

It's just occured to me that I seem to spend a lot of time looking at horrendous SQL queries in my RAILS log then going through a convoluted process of trying to track down the line of code responsible for firing off that query, and was considering writing some sort of plugin to log the line of the ActiveRecord::Base method call that triggered it along with each query. However, I'm sure this must be a common problem. Anyone know if there's some sort of plugin (or a configuration option that I've overlooked) that does this already?

Cheers,

Tim


More information about the Chat mailing list