From 7077d8bb3d71742d5130753816508ccf302d7b26 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 19 Jul 2005 18:53:48 +0000 Subject: Dropped the 'immediate close-down' of FCGI processes since it didn't work consistently and produced bad responses when it didn't. So now a TERM ensures exit after the next request (just as if the process is handling a request when it receives the signal). This means that you'll have to 'nudge' all FCGI processes with a request in order to ensure that they have all reloaded. This can be done by something like ./script/process/repear --nudge 'http://www.myapp.com' --instances 10, which will load the myapp site 10 times (and thus hit all of the 10 FCGI processes once, enough to shut down). git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1867 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- activesupport/CHANGELOG | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'activesupport') diff --git a/activesupport/CHANGELOG b/activesupport/CHANGELOG index 51abed18d9..cd8896ade9 100644 --- a/activesupport/CHANGELOG +++ b/activesupport/CHANGELOG @@ -1,11 +1,11 @@ *SVN* +* Added stripping of _id to String#humanize, so "employee_id" becomes "Employee" #1574 [Justin French] + * Factor Fixnum and Bignum extensions into Integer extensions [Nicholas Seckar] * Hooked #ordinalize into Fixnum and Bignum classes. [Nicholas Seckar, danp] -* Added stripping of _id to humanize, so "employee_id" becomes "Employee" #1574 [Justin French] - * Added Fixnum#ordinalize to turn 1.ordinalize to "1st", 3.ordinalize to "3rd", and 10.ordinalize to "10th" and so on #1724 [paul@cnt.org] -- cgit v1.2.3