From 7d9f5b661f6e830429020bfa86ee02615f7ed304 Mon Sep 17 00:00:00 2001 From: Clivia <37977404+YuezhiLi@users.noreply.github.com> Date: Thu, 11 Apr 2019 16:09:46 +0800 Subject: Remove outdated debugging plugins Footnote and Query review are outdated, unmaintained, and Query review is for rails 3. --- guides/source/debugging_rails_applications.md | 7 ------- 1 file changed, 7 deletions(-) (limited to 'guides/source/debugging_rails_applications.md') 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. -- cgit v1.2.3