= DB Profiling A simple database query profiling tool, basis of Aaron Patterson's blog: http://tenderlovemaking.com/2008/03/13/profiling-database-queries-in-rails/ Honor to him, bug to me == Installation The recommended way is that you get the gem: gem install quake-db_profiling --source http://gems.github.com/ == Example usage add one line to environment.rb: require 'db_profiling' if RAILS_ENV == "development" add helper output to the view which you want to profiling, for example, layouts/application.rhtml: <%= db_profiling_view if RAILS_ENV == "development" %>
Project
quake-db_profiling
simple database query profiling tool
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
Development
Dependencies
Project Readme