aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2004-12-22 13:44:16 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2004-12-22 13:44:16 +0000
commita04b1f3d8a54aaec988c264267cf9f2c2340f275 (patch)
tree024a0ed444df4dd0f3414b789b1018f9bd20ebad /actionpack/CHANGELOG
parentf408fcd610c83d29effba92db29c35f7653187b6 (diff)
downloadrails-a04b1f3d8a54aaec988c264267cf9f2c2340f275.tar.gz
rails-a04b1f3d8a54aaec988c264267cf9f2c2340f275.tar.bz2
rails-a04b1f3d8a54aaec988c264267cf9f2c2340f275.zip
Added more informative exception when using helper :some_helper and the helper requires another file that fails, you'll get an error message tells you what file actually failed to load, rather than falling back on assuming it was the helper file itself #346 [dblack]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@250 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index ae817a45d3..81acf0c9dd 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,8 @@
*SVN*
+* Added more informative exception when using helper :some_helper and the helper requires another file that fails, you'll get an
+ error message tells you what file actually failed to load, rather than falling back on assuming it was the helper file itself #346 [dblack]
+
* Fixed regression with Base#reset_session that wouldn't use the the DEFAULT_SESSION_OPTIONS [adam@the-kramers.net]
* Fixed error rendering of rxml documents to not just swallow the exception and return 0 (still not guessing the right line, but hey)