aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-02-28 09:03:37 -0300
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-02-28 09:03:37 -0300
commit9756aa640f505df35fbd829b5d938c4ed4a26e1e (patch)
treea68bb78feb145e5d92999a9913228694d771f3d2
parent5e1d629ff66dc433aa50a10130e477060da13bf8 (diff)
downloadrails-9756aa640f505df35fbd829b5d938c4ed4a26e1e.tar.gz
rails-9756aa640f505df35fbd829b5d938c4ed4a26e1e.tar.bz2
rails-9756aa640f505df35fbd829b5d938c4ed4a26e1e.zip
Improve AR changelog [ci skip]
-rw-r--r--activerecord/CHANGELOG.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 3ae1e95a43..519d3f784f 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,5 +1,8 @@
## unreleased ##
-* Don't read csv file during executing db:fixtures:load.
+
+* Don't read CSV files during execution of `db:fixtures:load`. CSV support for
+ fixtures was removed some time ago but the task was still loading them, even
+ though later the code was looking for the related yaml file instead.
*kennyj*
@@ -8,7 +11,7 @@
*Steve Klabnik*
-* Fix overriding of attributes by default_scope on `ActiveRecord::Base#dup`.
+* Fix overriding of attributes by `default_scope` on `ActiveRecord::Base#dup`.
*Hiroshige UMINO*