aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-10-15 04:33:45 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-10-15 04:33:45 +0000
commit2e2ce1f6c99e3423e817003927997f28ba20365b (patch)
treefe0e050ae846cde73a513d5ef85b23435fc0b3c4 /railties/CHANGELOG
parentae8179f05c49867e1136204bdf6d14a8fd4a7596 (diff)
downloadrails-2e2ce1f6c99e3423e817003927997f28ba20365b.tar.gz
rails-2e2ce1f6c99e3423e817003927997f28ba20365b.tar.bz2
rails-2e2ce1f6c99e3423e817003927997f28ba20365b.zip
Generated fixtures use the actual primary key instead of id. Closes #4343.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7899 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 a9d90f9ff7..2a2912ef7e 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Generated fixtures use the actual primary key instead of id. #4343 [Frederick Ros, Tarmo Tänav]
+
* Extend the console +helper+ method to allow you to include custom helpers. e.g:
>> helper :posts
>> helper.some_method_from_posts_helper(Post.find(1))