diff options
author | Arthur Nogueira Neves <arthurnn@gmail.com> | 2015-02-14 11:13:36 -0500 |
---|---|---|
committer | Arthur Nogueira Neves <arthurnn@gmail.com> | 2015-02-14 11:13:36 -0500 |
commit | 676d4ae787254e7842834e31204e5b7350261bbd (patch) | |
tree | 42ffc0dcff2b524a1ab001b126cd26049e40255e | |
parent | 95546d493525a79f2da542c7e3fcff6cd5acca73 (diff) | |
parent | a9e200b252a7c794dba0231d32c2cc36796e6baa (diff) | |
download | rails-676d4ae787254e7842834e31204e5b7350261bbd.tar.gz rails-676d4ae787254e7842834e31204e5b7350261bbd.tar.bz2 rails-676d4ae787254e7842834e31204e5b7350261bbd.zip |
Merge pull request #18938 from tchandy/updating_query_tracer_link
Updating Query Tracer github repository
-rw-r--r-- | guides/source/debugging_rails_applications.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/debugging_rails_applications.md b/guides/source/debugging_rails_applications.md index f6e7980fe2..a2d2e93e3b 100644 --- a/guides/source/debugging_rails_applications.md +++ b/guides/source/debugging_rails_applications.md @@ -832,7 +832,7 @@ application. Here is a list of useful plugins for debugging: * [Footnotes](https://github.com/josevalim/rails-footnotes) Every Rails page has footnotes that give request information and link back to your source via TextMate. -* [Query Trace](https://github.com/ntalbott/query_trace/tree/master) Adds query +* [Query Trace](https://github.com/ruckus/active-record-query-trace/tree/master) Adds query origin tracing to your logs. * [Query Reviewer](https://github.com/nesquena/query_reviewer) This rails plugin not only runs "EXPLAIN" before each of your select queries in development, but |