diff options
author | Xavier Noria <fxn@hashref.com> | 2011-03-14 22:09:52 +0100 |
---|---|---|
committer | Xavier Noria <fxn@hashref.com> | 2011-03-14 22:09:52 +0100 |
commit | 21b12d89a671131f610dc5600b23cb56839e652b (patch) | |
tree | e4a317f5fa5336220668d5058d0138c492be9061 /railties/guides/source/debugging_rails_applications.textile | |
parent | dfa9e2811320d44ff140f115a4f7a3abb41bda16 (diff) | |
parent | a0826cceea8d181cc28046929c9025147f9325af (diff) | |
download | rails-21b12d89a671131f610dc5600b23cb56839e652b.tar.gz rails-21b12d89a671131f610dc5600b23cb56839e652b.tar.bz2 rails-21b12d89a671131f610dc5600b23cb56839e652b.zip |
Merge branch 'master' of git://github.com/lifo/docrails
Diffstat (limited to 'railties/guides/source/debugging_rails_applications.textile')
-rw-r--r-- | railties/guides/source/debugging_rails_applications.textile | 2 |
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 67e17056e5..045b8823ca 100644 --- a/railties/guides/source/debugging_rails_applications.textile +++ b/railties/guides/source/debugging_rails_applications.textile @@ -686,7 +686,7 @@ There are some Rails plugins to help you to find errors and debug your applicati * "Query Trace":https://github.com/ntalbott/query_trace/tree/master: Adds query origin tracing to your logs. * "Query Stats":https://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. -* "Exception Notifier":https://github.com/rails/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. +* "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. * "Exception Logger":https://github.com/defunkt/exception_logger/tree/master: Logs your Rails exceptions in the database and provides a funky web interface to manage them. h3. References |