aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2011-03-05 01:10:00 +0100
committerXavier Noria <fxn@hashref.com>2011-03-05 01:35:02 +0100
commit3b10b8a201d9fbef831be81d7a4bc9b82c75a6f4 (patch)
treefb2ece5916c226cdb0e00200bbc0286c1e9e110b /activerecord/CHANGELOG
parent28f1c21b50c17f9be9ea581c3a878186efb5b9ec (diff)
downloadrails-3b10b8a201d9fbef831be81d7a4bc9b82c75a6f4.tar.gz
rails-3b10b8a201d9fbef831be81d7a4bc9b82c75a6f4.tar.bz2
rails-3b10b8a201d9fbef831be81d7a4bc9b82c75a6f4.zip
implements ActiveRecord::Base.connection_config to be able to check the configuration of the current connection at runtime
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index 92848c8a7d..8b4e9a34cb 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,5 +1,8 @@
*Rails 3.1.0 (unreleased)*
+* The configuration for the current database connection is now accessible via
+ ActiveRecord::Base.connection_config. [fxn]
+
* limits and offsets are removed from COUNT queries unless both are supplied.
For example: