aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2007-06-23 18:26:58 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2007-06-23 18:26:58 +0000
commitc4075292fac0032c0df73c724e13298817f77e52 (patch)
tree296494a1f11c6dca1f6db9848ce8d59d9dac8522 /railties/CHANGELOG
parent1a0cdf74be951f9e732cfb8e6e1cd8a087c8ebdf (diff)
downloadrails-c4075292fac0032c0df73c724e13298817f77e52.tar.gz
rails-c4075292fac0032c0df73c724e13298817f77e52.tar.bz2
rails-c4075292fac0032c0df73c724e13298817f77e52.zip
Added --skip-migration option to scaffold and resource generators (closes #8656) [Michael Glaesemann]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7108 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 9d96aa9e6e..cfbf52de0b 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Added --skip-migration option to scaffold and resource generators #8656 [Michael Glaesemann]
+
* Fix that FCGIs would leave log files open when asked to shut down by USR2 #3028 [sebastian.kanthak/josh]
* Fixed that dispatcher preparation callbacks only run once in production mode. Mock Routes.reload so that dispatcher preparation callback tests run. [Rick]