aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorMarcel Molina <marcel@vernix.org>2005-12-11 05:06:06 +0000
committerMarcel Molina <marcel@vernix.org>2005-12-11 05:06:06 +0000
commitf5a4ba52820346400d611aeb72d5106b7ba01f4e (patch)
treef20d82a54ba0d4de678b992fe99c9bd41a893995 /railties/CHANGELOG
parent809dd8e87ec1e0c28c7a063a70bc5e8d4c5817e1 (diff)
downloadrails-f5a4ba52820346400d611aeb72d5106b7ba01f4e.tar.gz
rails-f5a4ba52820346400d611aeb72d5106b7ba01f4e.tar.bz2
rails-f5a4ba52820346400d611aeb72d5106b7ba01f4e.zip
Update instructions on how to find and install generators. Closes #3172.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3276 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG4
1 files changed, 4 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index 4466cd6c1f..46b9b4c602 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,9 @@
*SVN*
+* Update instructions on how to find and install generators. #3172. [Chad Fowler]
+
+* Update instructions on how to find and install generators. #3172. [Chad Fowler]
+
* Generator looks in vendor/generators also. [Chad Fowler]
* Generator copies files in binary mode. #3156 [minimudboy@gmail.com]