aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2015-08-13 16:35:09 +0200
committerYves Senn <yves.senn@gmail.com>2015-08-13 17:13:32 +0200
commite50fe85180648be0c4216bd0111f05be1df0988a (patch)
tree7a352b234e89f8a7b36ca0bbce740844592701bd /activerecord/CHANGELOG.md
parent9d70ec3551563dd9b90abe5d8db07636cb160398 (diff)
downloadrails-e50fe85180648be0c4216bd0111f05be1df0988a.tar.gz
rails-e50fe85180648be0c4216bd0111f05be1df0988a.tar.bz2
rails-e50fe85180648be0c4216bd0111f05be1df0988a.zip
descriptive error message when fixtures contian a missing column.
Closes #21201.
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index c3b2d157f3..bd86dfb88e 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,9 @@
+* Descriptive error message when fixtures contain a missing column.
+
+ Closes #21201.
+
+ *Yves Senn*
+
* `ActiveRecord::Tasks::PostgreSQLDatabaseTasks` fail if shellout to
postgresql commands (like `pg_dump`) is not successful.