aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorJamis Buck <jamis@37signals.com>2005-08-30 20:47:09 +0000
committerJamis Buck <jamis@37signals.com>2005-08-30 20:47:09 +0000
commitbb7f60ca1cd191fd775fef261b4d2bc7af223604 (patch)
treea95b8249660655d6b7e91f8736aad29d8bb6755f /railties/CHANGELOG
parenta8b9fc9f2ab47e0a853ca3997ae34aee2865dec6 (diff)
downloadrails-bb7f60ca1cd191fd775fef261b4d2bc7af223604.tar.gz
rails-bb7f60ca1cd191fd775fef261b4d2bc7af223604.tar.bz2
rails-bb7f60ca1cd191fd775fef261b4d2bc7af223604.zip
Remove switchtower integration from rails
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2073 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG4
1 files changed, 0 insertions, 4 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index a82906d2dd..a1360b18ce 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -4,12 +4,8 @@
* Replace render_partial with render :partial in scaffold generator [Nicholas Seckar]
-* Make the rake tasks (like fresh_rails_without_docs_using_links) aware of switchtower
-
* Added -w flag to ps in process/reaper #1934 [Scott Barron]
-* Add integration with SwitchTower (rake tasks, default deploy.rb recipe)
-
* Allow ERb in the database.yml file (just like with fixtures), so you can pull out the database configuration in environment variables #1822 [Duane Johnson]
* Added convenience controls for FCGI processes (especially when managed remotely): spinner, spawner, and reaper. They reside in script/process. More details can be had by calling them with -h/--help.