diff options
author | Rick Olson <technoweenie@gmail.com> | 2006-05-31 20:47:03 +0000 |
---|---|---|
committer | Rick Olson <technoweenie@gmail.com> | 2006-05-31 20:47:03 +0000 |
commit | 05a17dc6b57e77171976a009b331511eae95200f (patch) | |
tree | 587643079c814ac8c9f1bd8b82b42d92560a60a6 /activerecord/CHANGELOG | |
parent | f9cd92f4ee49c689f25dbe7da008fb298a5feb4f (diff) | |
download | rails-05a17dc6b57e77171976a009b331511eae95200f.tar.gz rails-05a17dc6b57e77171976a009b331511eae95200f.tar.bz2 rails-05a17dc6b57e77171976a009b331511eae95200f.zip |
Add a list of regexes assert_queries skips in the ActiveRecord test suite. [Rick]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4385 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 e08612cc34..0ddefd8e92 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Add a list of regexes assert_queries skips in the ActiveRecord test suite. [Rick] + * Fix the has_and_belongs_to_many #create doesn't populate the join for new records. Closes #3692 [josh@hasmanythrough.com] * Provide Association Extensions access to the instance that the association is being accessed from. |