aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorSam Stephenson <sam@37signals.com>2005-09-27 10:47:47 +0000
committerSam Stephenson <sam@37signals.com>2005-09-27 10:47:47 +0000
commit72c3ffc7fb636859343b69fcf3c2bb418abe6883 (patch)
tree76fbb7d3e80eaa042a42660c6b628bd6ccc85e59 /railties/CHANGELOG
parent76a7a525576fa1ed12a362fac5da6e2f8b6dc92c (diff)
downloadrails-72c3ffc7fb636859343b69fcf3c2bb418abe6883.tar.gz
rails-72c3ffc7fb636859343b69fcf3c2bb418abe6883.tar.bz2
rails-72c3ffc7fb636859343b69fcf3c2bb418abe6883.zip
Make the migration generator only check files ending in *.rb when calculating the next file name #2317 [Chad Fowler]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2362 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 935a47fa0b..2785d8f1be 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Make the migration generator only check files ending in *.rb when calculating the next file name #2317 [Chad Fowler]
+
* Added prevention of duplicate migrations from the generator #2240 [fbeausoleil@ftml.net]
* Add db_schema_dump and db_schema_import rake tasks to work with the new ActiveRecord::SchemaDumper (for dumping a schema to and reading a schema from a ruby file).