aboutsummaryrefslogtreecommitdiffstats
path: root/railties/guides/source/debugging_rails_applications.textile
diff options
context:
space:
mode:
authorJosiah Ivey <josiah.ivey@gmail.com>2010-05-16 21:58:47 -0500
committerJosiah Ivey <josiah.ivey@gmail.com>2010-05-16 21:58:47 -0500
commitea9398f9bafeec8fb0c527710b4708625fb60c21 (patch)
tree0a8eab20e3eaf5af14794f95368578ced067d766 /railties/guides/source/debugging_rails_applications.textile
parentd148a6f6ba5f8ee65905f12cd2601fcc377d4852 (diff)
downloadrails-ea9398f9bafeec8fb0c527710b4708625fb60c21.tar.gz
rails-ea9398f9bafeec8fb0c527710b4708625fb60c21.tar.bz2
rails-ea9398f9bafeec8fb0c527710b4708625fb60c21.zip
Guides: Fix numerous broken links
Diffstat (limited to 'railties/guides/source/debugging_rails_applications.textile')
-rw-r--r--railties/guides/source/debugging_rails_applications.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/debugging_rails_applications.textile b/railties/guides/source/debugging_rails_applications.textile
index 0fb7542995..26aee82ae1 100644
--- a/railties/guides/source/debugging_rails_applications.textile
+++ b/railties/guides/source/debugging_rails_applications.textile
@@ -680,7 +680,7 @@ h3. Plugins for Debugging
There are some Rails plugins to help you to find errors and debug your application. Here is a list of useful plugins for debugging:
-* "Footnotes":http://github.com/drnic/rails-footnotes/tree/master: Every Rails page has footnotes that give request information and link back to your source via TextMate.
+* "Footnotes":http://github.com/josevalim/rails-footnotes: Every Rails page has footnotes that give request information and link back to your source via TextMate.
* "Query Trace":http://github.com/ntalbott/query_trace/tree/master: Adds query origin tracing to your logs.
* "Query Stats":http://github.com/dan-manges/query_stats/tree/master: A Rails plugin to track database queries.
* "Query Reviewer":http://code.google.com/p/query-reviewer/: This rails plugin not only runs "EXPLAIN" before each of your select queries in development, but provides a small DIV in the rendered output of each page with the summary of warnings for each query that it analyzed.