aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorMarcel Molina <marcel@vernix.org>2005-10-08 16:56:36 +0000
committerMarcel Molina <marcel@vernix.org>2005-10-08 16:56:36 +0000
commitd451044ece8254f41c2e2e569e31f13eb45014ce (patch)
tree472f54726471cb435f7f8c3df8d11c07566b131a /railties/CHANGELOG
parent31baeeef1b4572aac6f4727aa5b278929f52b6bc (diff)
downloadrails-d451044ece8254f41c2e2e569e31f13eb45014ce.tar.gz
rails-d451044ece8254f41c2e2e569e31f13eb45014ce.tar.bz2
rails-d451044ece8254f41c2e2e569e31f13eb45014ce.zip
Make the generator skip a file if it already exists and is identical to the new file.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2493 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 720ac08fd9..e74bbf1df9 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Make the generator skip a file if it already exists and is identical to the new file.
+
* Add experimental plugin support #2335
* Made Rakefile aware of new .js files in script.aculo.us [Thomas Fuchs]