aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
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.