aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorNicholas Seckar <nseckar@gmail.com>2005-09-18 20:41:44 +0000
committerNicholas Seckar <nseckar@gmail.com>2005-09-18 20:41:44 +0000
commit251a5d4508216d6c0927577333abb502d93e408d (patch)
treeae526b06370e48bfb48e5713a84668ab12ec1b1a /activerecord/CHANGELOG
parentb9c79f195fccd0a99c7915174a2932c469595bd0 (diff)
downloadrails-251a5d4508216d6c0927577333abb502d93e408d.tar.gz
rails-251a5d4508216d6c0927577333abb502d93e408d.tar.bz2
rails-251a5d4508216d6c0927577333abb502d93e408d.zip
Fix eager loading error messages, allow :include to specify tables using strings or symbols. Closes #2222
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2258 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index 96b6f506b2..ec101186ea 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fix eager loading error messages, allow :include to specify tables using strings or symbols. Closes #2222 [Marcel Molina]
+
* Added check for RAILS_CONNECTION_ADAPTERS on startup and only load the connection adapters specified within if its present (available in Rails through config.connection_adapters using the new config) #1958 [skae]
* Fixed various problems with has_and_belongs_to_many when using customer finder_sql #2094 [Florian Weber]