simple_rails_log_analyzer
This is a simple (even stupid) rails log analyzer. It’s not really ready for prime-time, but I have found it useful so I thought I would share it. more…
This is a simple (even stupid) rails log analyzer. It’s not really ready for prime-time, but I have found it useful so I thought I would share it. more…
The initial goal is to identify SQL queries that could be optimized or queries that are being called more often than they should be.
Cloning this repository:
git clone git://gitorious.org/simple_rails_log_analyzer/mainline.git mainline cd mainline
Add this repository as a remote to an existing local repository:
git remote add mainline git://gitorious.org/simple_rails_log_analyzer/mainline.git git fetch mainline git checkout -b my-local-tracking-branch mainline/master_or_other_branch
Professional Gitorious services - Git hosting at your company, custom features, support and more. gitorious.com.
