aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorVipul A M <vipulnsward@gmail.com>2016-04-10 21:02:27 +0530
committerVipul A M <vipulnsward@gmail.com>2016-04-10 21:02:27 +0530
commit7ab5682ebe1ead09a415eccfae56cdcfea440e6f (patch)
tree04f9671485d8ec5b835773d05cfbc366dace5a95 /guides
parent343e2647b39fa087444a94b6110e6d5809bc50eb (diff)
downloadrails-7ab5682ebe1ead09a415eccfae56cdcfea440e6f.tar.gz
rails-7ab5682ebe1ead09a415eccfae56cdcfea440e6f.tar.bz2
rails-7ab5682ebe1ead09a415eccfae56cdcfea440e6f.zip
s/Thoughtbot/thoughtbot/
See https://github.com/thoughtbot/presskit/blob/master/README.md#name for name capitalization. [ci skip]
Diffstat (limited to 'guides')
-rw-r--r--guides/source/2_3_release_notes.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/2_3_release_notes.md b/guides/source/2_3_release_notes.md
index 0a62f34371..30954a10b6 100644
--- a/guides/source/2_3_release_notes.md
+++ b/guides/source/2_3_release_notes.md
@@ -572,7 +572,7 @@ This will layer the changes from the template on top of whatever code the projec
### Quieter Backtraces
-Building on Thoughtbot's [Quiet Backtrace](https://github.com/thoughtbot/quietbacktrace) plugin, which allows you to selectively remove lines from `Test::Unit` backtraces, Rails 2.3 implements `ActiveSupport::BacktraceCleaner` and `Rails::BacktraceCleaner` in core. This supports both filters (to perform regex-based substitutions on backtrace lines) and silencers (to remove backtrace lines entirely). Rails automatically adds silencers to get rid of the most common noise in a new application, and builds a `config/backtrace_silencers.rb` file to hold your own additions. This feature also enables prettier printing from any gem in the backtrace.
+Building on thoughtbot's [Quiet Backtrace](https://github.com/thoughtbot/quietbacktrace) plugin, which allows you to selectively remove lines from `Test::Unit` backtraces, Rails 2.3 implements `ActiveSupport::BacktraceCleaner` and `Rails::BacktraceCleaner` in core. This supports both filters (to perform regex-based substitutions on backtrace lines) and silencers (to remove backtrace lines entirely). Rails automatically adds silencers to get rid of the most common noise in a new application, and builds a `config/backtrace_silencers.rb` file to hold your own additions. This feature also enables prettier printing from any gem in the backtrace.
### Faster Boot Time in Development Mode with Lazy Loading/Autoload