aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorTobias Bielohlawek <tobias.bielohlawek@hitfoxgroup.com>2015-10-07 11:45:31 +0200
committerTobias Bielohlawek <tobias.bielohlawek@solarisbank.de>2018-07-10 09:42:03 +0200
commit3ae999faf386361545e56eae5406ffd2820dcb2e (patch)
tree426e84fc7587ee67db0716213b26f9003a85348c /activerecord/CHANGELOG.md
parenta4f16d9328933dff415ad4e51ca84d6de9bbb9ca (diff)
downloadrails-3ae999faf386361545e56eae5406ffd2820dcb2e.tar.gz
rails-3ae999faf386361545e56eae5406ffd2820dcb2e.tar.bz2
rails-3ae999faf386361545e56eae5406ffd2820dcb2e.zip
Add missing load config dependency to `rake db:seed`
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index b0027cd2fb..d1ae41ab97 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,8 @@
+* Add environment & load_config dependency to `bin/rake db:seed` to enable
+ seed load in environments without Rails and custom DB configuration
+
+ *Tobias Bielohlawek*
+
* Fix default value for mysql time types with specified precision.
*Nikolay Kondratyev*