Ruby on Rails
Go to file
David Heinemeier Hansson 7ebdecfb89 Add comment in config/environment.rb explaining $KCODE and UTF-8 #1726 [Leon Bredt]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@1875 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-07-22 06:08:58 +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 Improved rendering speed on complicated templates by up to 25% #1234 [Stephan Kaes]. This did necessasitate a change to the internals of ActionView#render_template that now has four parameters. Developers of custom view handlers (like Amrita) need to update for that. 2005-07-21 07:14:35 +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 Add comment in config/environment.rb explaining $KCODE and UTF-8 #1726 [Leon Bredt] 2005-07-22 06:08:58 +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