aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2005-09-15 06:42:07 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2005-09-15 06:42:07 +0000
commit428e0f4e6321687d63ce9a431691e33971924bbc (patch)
tree7cc798945af87fadd009513b25fbd60968ae1a94 /activerecord
parent40b7809de5394b1dd9ed29875131c880b65ff766 (diff)
downloadrails-428e0f4e6321687d63ce9a431691e33971924bbc.tar.gz
rails-428e0f4e6321687d63ce9a431691e33971924bbc.tar.bz2
rails-428e0f4e6321687d63ce9a431691e33971924bbc.zip
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]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2249 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index 463f784036..96b6f506b2 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,6 +1,6 @@
*SVN*
-* 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
+* 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]