Ruby on Rails
Go to file
David Heinemeier Hansson bb92382424 Fixed that unit tests for MySQL are now run as the "rails" user instead of root #455 [Eric Hodel]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@419 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-01-15 17:54:45 +00:00
actionmailer Fixed that bcc and cc should be settable through @bcc and @cc -- not just @headers["Bcc"] and @headers["Cc"] #453 [Eric Hodel]. Fixed Action Mailer to be "warnings safe" so you can run with ruby -w and not get framework warnings #453 [Eric Hodel] 2005-01-13 13:05:51 +00:00
actionpack Fixed page caching problems with saving cached file fails for the index action and that it shouldnt cache files with GET/POST parameters #462 2005-01-15 13:22:58 +00:00
activerecord Fixed that unit tests for MySQL are now run as the "rails" user instead of root #455 [Eric Hodel] 2005-01-15 17:54:45 +00:00
activesupport Dont polute the load path more than necessary 2005-01-15 17:03:31 +00:00
railties Fixed log file permissions to be 666 instead of 777 (so they're not executable) #471 [Lucas Carlson] 2005-01-15 17:28:01 +00:00