Ruby on Rails
Go to file
David Heinemeier Hansson cd3f14cf38 Fixed a bug where cookies wouldn't be set if a symbol was used instead of a string as the key
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@453 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-01-17 23:38:14 +00:00
actionmailer Fixed sending of emails to use Tmail#from not the deprecated Tmail#from_address 2005-01-17 17:30:15 +00:00
actionpack Fixed a bug where cookies wouldn't be set if a symbol was used instead of a string as the key 2005-01-17 23:38:14 +00:00
activerecord Made human_attribute_name(attribute_key_name) use Inflector.humanize 2005-01-17 19:58:02 +00:00
activesupport Added Inflector.humanize to turn attribute names like employee_salary into "Employee salary". Used by automated error reporting in AR. 2005-01-17 19:55:21 +00:00
railties CHANGELOGs.. 2005-01-17 17:31:15 +00:00