Go to file
2005-07-20 12:47:55 +00:00
actionmailer Fix problem with sendmail delivery where headers should be delimited by \n characters instead of \r\n, which confuses some mail readers #1742 [Kent Sibilev] 2005-07-17 09:27:02 +00:00
actionpack Fix last changeset to pass unittests 2005-07-18 03:25:53 +00:00
actionwebservice we should respect charset for incoming messages and not assuming incoming is 2005-07-16 21:08:27 +00:00
activerecord Fix acts_as_list such that moving next-to-last item to the bottom does not result in duplicate positions 2005-07-20 12:47:55 +00:00
activesupport 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). 2005-07-19 18:53:48 +00:00
railties 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). 2005-07-19 18:53:48 +00:00
cleanlogs.sh Logs in GEMs is bad style 2005-03-06 22:14:57 +00:00
pushgems.rb Releasing 0.11.0 2005-03-22 13:29:22 +00:00
release.rb Post release minor fixes 2005-07-07 06:39:48 +00:00