aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorYves Senn <yves.senn@garaio.com>2012-10-29 09:02:48 +0100
committerYves Senn <yves.senn@gmail.com>2013-02-20 10:54:58 +0100
commit0a6b61a5f534c07406f1ec2de11b4a53ce81151d (patch)
tree2a99eab6af1b734ac8e092225c3ec072943e854d /activerecord/CHANGELOG.md
parentc3f1b1d3cdb837a24d66b80deda39cfe23856724 (diff)
downloadrails-0a6b61a5f534c07406f1ec2de11b4a53ce81151d.tar.gz
rails-0a6b61a5f534c07406f1ec2de11b4a53ce81151d.tar.bz2
rails-0a6b61a5f534c07406f1ec2de11b4a53ce81151d.zip
descriptive error message when AR adapter was not found. Closes #7313.
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 00b2c431ac..a888b79391 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,5 +1,10 @@
## Rails 4.0.0 (unreleased) ##
+* Descriptive error message when the necessary AR adapter gem was not found.
+ Fix #7313
+
+ *Yves Senn*
+
* ActiveRecord now raises an error when blank arguments are passed to query
methods for which blank arguments do not make sense. This also occurs for
nil-like objects in arguments.
@@ -8,7 +13,7 @@
Post.limit() # => raises error
Post.include([]) # => raises error
-
+
*John Wang*
* Simplified type casting code for timezone aware attributes to use the