aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-11-02 10:15:31 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-11-02 10:15:31 +0000
commita52132af587efa9bc9cefe3394499a681418c37e (patch)
tree816021e6f5bc648dee79c34e09fd4c979701db9d /railties/CHANGELOG
parentf457ef46cfa5f7729ca95a2b2951c728d874fed4 (diff)
downloadrails-a52132af587efa9bc9cefe3394499a681418c37e.tar.gz
rails-a52132af587efa9bc9cefe3394499a681418c37e.tar.bz2
rails-a52132af587efa9bc9cefe3394499a681418c37e.zip
Added demonstration of fixture use to the test case generated by the model generator [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2846 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 ced871f3b1..ddb5fcf8ba 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Added demonstration of fixture use to the test case generated by the model generator [DHH]
+
* If specified, pass PostgreSQL client character encoding to createdb. #2703 [Kazuhiko <kazuhiko@fdiary.net>]
* Catch CGI multipart parse errors. Wrap dispatcher internals in a failsafe response handler. [Jeremy Kemper]