aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorTobias Lütke <tobias.luetke@gmail.com>2005-10-15 13:58:22 +0000
committerTobias Lütke <tobias.luetke@gmail.com>2005-10-15 13:58:22 +0000
commit6a8b9484a7398f3b500cd1f056cbe46fd7d6301c (patch)
tree8884ef579058d087767db001a3040a220afc6f2c /actionpack/CHANGELOG
parent50f3c3cc40bc3e1fffe37f9f2c6b51385cc94af9 (diff)
downloadrails-6a8b9484a7398f3b500cd1f056cbe46fd7d6301c.tar.gz
rails-6a8b9484a7398f3b500cd1f056cbe46fd7d6301c.tar.bz2
rails-6a8b9484a7398f3b500cd1f056cbe46fd7d6301c.zip
action pack asserts don't spam you with unnecissary backtraces anymore
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2611 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index b55cd48d41..75c72ba617 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Removed references to assertions.rb from actionpack assert's backtraces. Makes error reports in functional unit tests much less noisy. [Tobias Luetke]
+
* Updated and clarified documentation for JavaScriptHelper to be more concise about the various options for including the JavaScript libs. [Thomas Fuchs]
* Hide "Retry with Breakpoint" button on error pages until feature is functional. [DHH]