aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2006-06-09 02:08:26 +0000
committerRick Olson <technoweenie@gmail.com>2006-06-09 02:08:26 +0000
commitcf6654318c7e3504adda57afaf52a846ef935013 (patch)
tree831045cbb697e3bb06006a84485b28a17921658a /railties/CHANGELOG
parent486af0254a3abbecb6a9ca8cf32c01c7160c4078 (diff)
downloadrails-cf6654318c7e3504adda57afaf52a846ef935013.tar.gz
rails-cf6654318c7e3504adda57afaf52a846ef935013.tar.bz2
rails-cf6654318c7e3504adda57afaf52a846ef935013.zip
Fix bug with 'script/plugin install' so it reports unknown plugin names correctly. [Rick]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4447 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 d2f564485a..362438e582 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Fix bug with 'script/plugin install' so it reports unknown plugin names correctly. [Rick]
+
* Added uninstall.rb hook to plugin handling, such that plugins have a way of removing assets and other artifacts on removal #5003 [takiuchi@drecom.co.jp]
* Create temporary dirs relative to RAILS_ROOT when running script/server #5014 [elliot@townx.org]