Ruby on Rails
Go to file
David Heinemeier Hansson 6c473eb410 Made dispatch.fcgi more robust by catching fluke errors and retrying unless its a permanent condition. [Jamis Buck] Allow graceful exits for dispatch.fcgi processes by sending a SIGUSR1. If the process is currently handling a request, the request will be allowed to complete and then will terminate itself. If a request is not being handled, the process is terminated immediately (via #exit). This basically works like restart graceful on Apache. [Jamis Buck]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1284 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-05-04 11:10:13 +00:00
actionmailer Missing test data 2005-05-02 17:18:53 +00:00
actionpack Treat all request types as upper-case so the switch will work 2005-05-04 10:46:33 +00:00
actionwebservice add support for structured types as input parameters to scaffolding, 2005-05-01 05:07:37 +00:00
activerecord Changed that destroying an object will only freeze the attributes hash, which keeps the object from having attributes changed (as that wouldn't make sense), but allows for the querying of associations after it has been destroyed. 2005-05-02 16:48:07 +00:00
activesupport Improved the silence method on the logger to ensure restoring the old level #1240 [bitsweat 2005-05-02 17:20:18 +00:00
railties Made dispatch.fcgi more robust by catching fluke errors and retrying unless its a permanent condition. [Jamis Buck] Allow graceful exits for dispatch.fcgi processes by sending a SIGUSR1. If the process is currently handling a request, the request will be allowed to complete and then will terminate itself. If a request is not being handled, the process is terminated immediately (via #exit). This basically works like restart graceful on Apache. [Jamis Buck] 2005-05-04 11:10:13 +00:00
cleanlogs.sh
pushgems.rb
release.rb