aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorJeremy Kemper <jeremy@bitsweat.net>2007-06-27 09:25:25 +0000
committerJeremy Kemper <jeremy@bitsweat.net>2007-06-27 09:25:25 +0000
commit868e6b08df4b16fb71cc8a66308174253ff67bdb (patch)
tree70e1a892af080abab1f69e0aa826c2e5c1faebae /railties/CHANGELOG
parent557e19346ad144deecd7d76a8a4e4cec22a6597e (diff)
downloadrails-868e6b08df4b16fb71cc8a66308174253ff67bdb.tar.gz
rails-868e6b08df4b16fb71cc8a66308174253ff67bdb.tar.bz2
rails-868e6b08df4b16fb71cc8a66308174253ff67bdb.zip
Generators: look for generators in all gems, not just those suffixed with _generator, in the gem's generators or rails_generators directory. Allow use of the rails_generators directory instead of the standard generators directory in plugins also. Closes #8730.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7139 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 9fe7ad6a48..22ed384237 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Generators: look for generators in all gems, not just those suffixed with _generator, in the gem's generators or rails_generators directory. Allow use of the rails_generators directory instead of the standard generators directory in plugins also. #8730 [Dr Nic, topfunky]
+
* MySQL, PostgreSQL: database.yml defaults to utf-8. #8701 [matt]
* Added db:version to get the current schema number [via Err The Blog]