aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2013-08-05 12:56:31 -0700
committerRafael Mendonça França <rafaelmfranca@gmail.com>2013-08-05 12:56:31 -0700
commit5f8a7d1d4d867d87e74b378d357f8476f91e7852 (patch)
tree07fda07a47eb75514508dd1d1703a0a429b3d42f /activerecord/CHANGELOG.md
parent773eca0e12af14cbd52f71fff9387e6abcfc4f1f (diff)
parent0ec701d50bebf8ebd08015565ec771fb14357d8d (diff)
downloadrails-5f8a7d1d4d867d87e74b378d357f8476f91e7852.tar.gz
rails-5f8a7d1d4d867d87e74b378d357f8476f91e7852.tar.bz2
rails-5f8a7d1d4d867d87e74b378d357f8476f91e7852.zip
Merge pull request #11765 from kassio/load-fixtures-from-linked-folder
Load fixtures from linked folder
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 a068d04fbd..5abc84d3fb 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,5 +1,9 @@
## unreleased ##
+* Load fixtures from linked folders.
+
+ *Kassio Borges*
+
* When using optimistic locking, `update` was not passing the column to `quote_value`
to allow the connection adapter to properly determine how to quote the value. This was
affecting certain databases that use specific colmn types.