Query Stats Rails Plugin

I just released Query Stats, a Rails plugin for tracking database queries. I extracted it from a project at work where we used it to know how many queries we were executing in the controller and how many in the view. The plugin also provides an easy way to display query runtime. For more details, take a look at:

query stats hompage
rdoc
source code