diff options
author | David Heinemeier Hansson <david@loudthinking.com> | 2006-06-03 22:26:44 +0000 |
---|---|---|
committer | David Heinemeier Hansson <david@loudthinking.com> | 2006-06-03 22:26:44 +0000 |
commit | 59432fe89b6f8e5352cb845256b265cf5718d27b (patch) | |
tree | 3b0dc86d81014f7c11f35f275cca98aeeb697eaf /railties/CHANGELOG | |
parent | 68e35f13719934adc8b15e8108cb607ace50197f (diff) | |
download | rails-59432fe89b6f8e5352cb845256b265cf5718d27b.tar.gz rails-59432fe89b6f8e5352cb845256b265cf5718d27b.tar.bz2 rails-59432fe89b6f8e5352cb845256b265cf5718d27b.zip |
Added uninstall.rb hook to plugin handling, such that plugins have a way of removing assets and other artifacts on removal (closes #5003) [takiuchi@drecom.co.jp]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@4427 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r-- | railties/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG index 63b6fee2ad..d2f564485a 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* 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] * Minor tweak to dispatcher to use recognize instead of recognize!, as per the new routes. [Jamis Buck] |