Skip to content

Commit 5963b3d

Browse files
authored
Merge pull request rails#35934 from YuezhiLi/patch-1
Remove outdated debugging plugins [ci skip]
2 parents d4e2824 + 7d9f5b6 commit 5963b3d

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

guides/source/debugging_rails_applications.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -962,15 +962,8 @@ Plugins for Debugging
962962
There are some Rails plugins to help you to find errors and debug your
963963
application. Here is a list of useful plugins for debugging:
964964

965-
* [Footnotes](https://github.com/josevalim/rails-footnotes) Every Rails page has
966-
footnotes that give request information and link back to your source via
967-
TextMate.
968965
* [Query Trace](https://github.com/ruckus/active-record-query-trace/tree/master) Adds query
969966
origin tracing to your logs.
970-
* [Query Reviewer](https://github.com/nesquena/query_reviewer) This Rails plugin
971-
not only runs "EXPLAIN" before each of your select queries in development, but
972-
provides a small DIV in the rendered output of each page with the summary of
973-
warnings for each query that it analyzed.
974967
* [Exception Notifier](https://github.com/smartinez87/exception_notification/tree/master)
975968
Provides a mailer object and a default set of templates for sending email
976969
notifications when errors occur in a Rails application.

0 commit comments

Comments
 (0)