diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2005-03-20 13:42:35 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2005-03-20 13:42:35 +0000 |
commit | b2cfbc4cc9029252735a821a46c82ccc0f0b680d (patch) | |
tree | 6c1e61e7509a23fb557b2f573b0a6b8fdc703f17 /activerecord/CHANGELOG | |
parent | 6717ed61c11e62c11eb7d5c42638962abfc6dd8b (diff) | |
download | rails-b2cfbc4cc9029252735a821a46c82ccc0f0b680d.tar.gz rails-b2cfbc4cc9029252735a821a46c82ccc0f0b680d.tar.bz2 rails-b2cfbc4cc9029252735a821a46c82ccc0f0b680d.zip |
Added with additional settings for working with transactional fixtures and pre-loaded test databases #865 [mindel]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@924 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r-- | activerecord/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG index 9645f4fca3..089955b974 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Added with additional settings for working with transactional fixtures and pre-loaded test databases #865 [mindel] + * Fixed acts_as_list to trigger remove_from_list on destroy after the fact, not before, so a unique position can be maintained #871 [Alisdair McDiarmid] * Added the possibility of specifying fixtures in multiple calls #816 [kim@tinker.com] |