aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/2_3_release_notes.textile
diff options
context:
space:
mode:
authorPhilipp Franke <franke.philipp@gmail.com>2012-07-08 20:49:08 +0200
committerPhilipp Franke <franke.philipp@gmail.com>2012-07-08 21:12:02 +0200
commit359af59cb3ab8c29ec2c17447fa2b7fd9aee8915 (patch)
tree12ab2ceaff754bfded9750ea348c3912b853de99 /guides/source/2_3_release_notes.textile
parent266ccc3d341c91240a1f9f8b87953b8ba6a107d6 (diff)
downloadrails-359af59cb3ab8c29ec2c17447fa2b7fd9aee8915.tar.gz
rails-359af59cb3ab8c29ec2c17447fa2b7fd9aee8915.tar.bz2
rails-359af59cb3ab8c29ec2c17447fa2b7fd9aee8915.zip
Fix broken links in 2.2 release notes, i18n, debugging, security, 2.3 release notes, plugins
Diffstat (limited to 'guides/source/2_3_release_notes.textile')
-rw-r--r--guides/source/2_3_release_notes.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/guides/source/2_3_release_notes.textile b/guides/source/2_3_release_notes.textile
index 15abba66ab..36f425574b 100644
--- a/guides/source/2_3_release_notes.textile
+++ b/guides/source/2_3_release_notes.textile
@@ -561,7 +561,7 @@ This will layer the changes from the template on top of whatever code the projec
h4. Quieter Backtraces
-Building on Thoughtbot's "Quiet Backtrace":http://www.thoughtbot.com/projects/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.
h4. Faster Boot Time in Development Mode with Lazy Loading/Autoload