For each request/response I want to print the total number of SQL queries executed for that page request. Is there an easy way to do this in Rails 2.x or 3?
For each request/response I want to print the total number of SQL queries executed
Share
There is a great gem which gives you plenty of information in all your pages, have a look at:
https://github.com/brynary/rack-bug