aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorPratik Naik <pratiknaik@gmail.com>2008-03-10 11:42:01 +0000
committerPratik Naik <pratiknaik@gmail.com>2008-03-10 11:42:01 +0000
commit3d2177df26c8934320277a7aed84595decd94662 (patch)
tree0b979d7e382e171c1688c7c841b299ea0830d78d /railties/CHANGELOG
parent8e21ec36cf110793d56fe281995939efd3533e34 (diff)
downloadrails-3d2177df26c8934320277a7aed84595decd94662.tar.gz
rails-3d2177df26c8934320277a7aed84595decd94662.tar.bz2
rails-3d2177df26c8934320277a7aed84595decd94662.zip
Fix database rake tasks to work with charset/collation and show proper error messages on failure. Closes #11301 [matt]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9004 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index f2bd7d6930..bfc066e6f1 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fix database rake tasks to work with charset/collation and show proper error messages on failure. Closes #11301 [matt]
+
* add a -e/--export to script/plugin install, uses svn export. #10847 [jon@blankpad.net)]
* Add config.time_zone for configuring the default Time.zone value. #10982 [Geoff Buesing]