diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2005-11-13 23:35:19 +0000 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2005-11-13 23:35:19 +0000 |
commit | 9318131e053fdfff5e86e33a513bd1e98b74abe6 (patch) | |
tree | 2613ea387cf4555f2fd4f55a3dac60affb3dcc60 /railties/CHANGELOG | |
parent | 6201679f1a4c4aab8d86ae8c4d59a5996f54dd34 (diff) | |
download | rails-9318131e053fdfff5e86e33a513bd1e98b74abe6.tar.gz rails-9318131e053fdfff5e86e33a513bd1e98b74abe6.tar.bz2 rails-9318131e053fdfff5e86e33a513bd1e98b74abe6.zip |
Eliminate Subversion dependencies in scripts/plugin. Correct install options. Introduce --force option to reinstall a plugin. Closes #2842.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@3011 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 b355e7ad70..89aa9568d8 100644 --- a/railties/CHANGELOG +++ b/railties/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Eliminate Subversion dependencies in scripts/plugin. Correct install options. Introduce --force option to reinstall a plugin. #2842 [Chad Fowler, Rick Olson] + * SQLite: the clone_structure_to_test and purge_test_database Rake tasks should always use the test environment. #2846 [Rick Olson] * Make sure that legacy db tasks also reference :database for SQLite #2830 [kazuhiko@fdiary.net] |