diff options
author | Marcel Molina <marcel@vernix.org> | 2005-11-28 23:34:09 +0000 |
---|---|---|
committer | Marcel Molina <marcel@vernix.org> | 2005-11-28 23:34:09 +0000 |
commit | 191dfe8c6df0f72b5a9abaea0f754177f48859dc (patch) | |
tree | 13e3bb3be1c16cdb0cd4bfdee9d60410d6adc126 /railties/CHANGELOG | |
parent | b44720452c4717d13b401ce9d386be9e1a4cc25c (diff) | |
download | rails-191dfe8c6df0f72b5a9abaea0f754177f48859dc.tar.gz rails-191dfe8c6df0f72b5a9abaea0f754177f48859dc.tar.bz2 rails-191dfe8c6df0f72b5a9abaea0f754177f48859dc.zip |
Make load_fixtures include csv fixtures. Closes #3053.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3196 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r-- | railties/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG index 719148791c..e3eea53352 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Make load_fixtures include csv fixtures. #3053. [me@mdaines.com] + * Fix freeze_gems so that the latest rails version is dumped by default. [Nicholas Seckar] * script/plugin: handle root paths and plugin names which contain spaces. #2995 [justin@aspect.net] |