aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorGannon McGibbon <gannon.mcgibbon@gmail.com>2018-09-25 18:52:45 -0400
committerGannon McGibbon <gannon.mcgibbon@gmail.com>2018-09-26 10:39:30 -0400
commit68890d39c9e25bccdd83407cfa6a12800093e432 (patch)
tree616d721dc00872ac7b3ae6a03591b8ba89610e54 /activerecord/CHANGELOG.md
parent52e11e462f6114a4d12225c639c5f501f0ffec7a (diff)
downloadrails-68890d39c9e25bccdd83407cfa6a12800093e432.tar.gz
rails-68890d39c9e25bccdd83407cfa6a12800093e432.tar.bz2
rails-68890d39c9e25bccdd83407cfa6a12800093e432.zip
Raise an error when loading all fixtures from nil fixture_path
[Gannon McGibbon + Max Albrecht]
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 0aec999aba..9acc21510a 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Raise an error instead of scanning the filesystem root when `fixture_path` is blank.
+
+ *Gannon McGibbon*, *Max Albrecht*
+
* Allow `ActiveRecord::Base.configurations=` to be set with a symbolized hash.
*Gannon McGibbon*