Skip to content

Commit

Permalink
s/Thoughtbot/thoughtbot/
Browse files Browse the repository at this point in the history
  • Loading branch information
vipulnsward committed Apr 10, 2016
1 parent 343e264 commit 7ab5682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/2_3_release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7ab5682

Please sign in to comment.