diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2008-03-13 18:41:42 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2008-03-13 18:41:42 +0000 |
commit | 2c6e616b90483681ccaff7e04d47b88470a309b0 (patch) | |
tree | b81443a1e3d81c869ab49a3beff7d78eb4c1175a /activerecord/CHANGELOG | |
parent | 58c30f61351dae43900c3b6cb5dd3622f12ecee0 (diff) | |
download | rails-2c6e616b90483681ccaff7e04d47b88470a309b0.tar.gz rails-2c6e616b90483681ccaff7e04d47b88470a309b0.tar.bz2 rails-2c6e616b90483681ccaff7e04d47b88470a309b0.zip |
Fixed that scoped joins would not always be respected (closes #6821) [Theory/Danger]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9022 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 8026f24023..645ecdcda6 100644 --- a/activerecord/CHANGELOG +++ b/activerecord/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fixed that scoped joins would not always be respected #6821 [Theory/Danger] + * Ensure that ActiveRecord::Calculations disambiguates field names with the table name. #11027 [cavalle] * Added add/remove_timestamps to the schema statements for adding the created_at/updated_at columns on existing tables #11129 [jramirez] |