Go to file
2005-07-22 06:47:03 +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 Added additional documentation to FormTagHelper #1788 [jon@instance-design.co.uk] 2005-07-22 06:47:03 +00:00
actionwebservice we should respect charset for incoming messages and not assuming incoming is 2005-07-16 21:08:27 +00:00
activerecord Doc fixes #1775, #1776 [jon@instance-design.co.uk] 2005-07-22 06:27:07 +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 Added load_fixtures task to the Rakefile, which will load all the fixtures into the database for the current environment #1791 [Marcel Molina] 2005-07-22 06:43:03 +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