aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorRyuta Kamizono <kamipo@gmail.com>2019-04-11 17:18:40 +0900
committerGitHub <noreply@github.com>2019-04-11 17:18:40 +0900
commit5963b3d9aceff52b7785823c26e8dcf866da5298 (patch)
treef5b2ccb5afa3b707ddd7c15366d46838bac3f1e7 /guides
parentd4e2824d8d9aea6d95e78275c0107bbbc48300d9 (diff)
parent7d9f5b661f6e830429020bfa86ee02615f7ed304 (diff)
downloadrails-5963b3d9aceff52b7785823c26e8dcf866da5298.tar.gz
rails-5963b3d9aceff52b7785823c26e8dcf866da5298.tar.bz2
rails-5963b3d9aceff52b7785823c26e8dcf866da5298.zip
Merge pull request #35934 from YuezhiLi/patch-1
Remove outdated debugging plugins [ci skip]
Diffstat (limited to 'guides')
-rw-r--r--guides/source/debugging_rails_applications.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/guides/source/debugging_rails_applications.md b/guides/source/debugging_rails_applications.md
index 77513c3a84..170c22905b 100644
--- a/guides/source/debugging_rails_applications.md
+++ b/guides/source/debugging_rails_applications.md
@@ -962,15 +962,8 @@ 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](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/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
-provides a small DIV in the rendered output of each page with the summary of
-warnings for each query that it analyzed.
* [Exception Notifier](https://github.com/smartinez87/exception_notification/tree/master)
Provides a mailer object and a default set of templates for sending email
notifications when errors occur in a Rails application.