aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-06-21 06:54:04 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-06-21 06:54:04 +0000
commitb69199c1da3ef89bdbebb98084bcf6fe31732a53 (patch)
tree475bcc058a91c579387fe6775c5703f0af4bb7ce /railties/CHANGELOG
parentbc6570dfcb69cbe9c1435fecb7d5949802c57401 (diff)
downloadrails-b69199c1da3ef89bdbebb98084bcf6fe31732a53.tar.gz
rails-b69199c1da3ef89bdbebb98084bcf6fe31732a53.tar.bz2
rails-b69199c1da3ef89bdbebb98084bcf6fe31732a53.zip
Fixed that mailer generator generated fixtures/plural while units expected fixtures/singular #1457 [Scott Barron]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1461 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index bec5b9164a..f223730a01 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fixed that mailer generator generated fixtures/plural while units expected fixtures/singular #1457 [Scott Barron]
+
* Added a 'whiny nil' that's aim to ensure that when users pass nil to methods where that isn't appropriate, instead of NoMethodError? and the name of some method used by the framework users will see a message explaining what type of object was expected. Only active in test and development environments by default #1209 [Michael Koziarski]
* Fixed the test_helper.rb to be safe for requiring controllers from multiple spots, like app/controllers/article_controller.rb and app/controllers/admin/article_controller.rb, without reloading the environment twice #1390 [Nicholas Seckar]