1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00
Ruby on Rails
Find a file
David Heinemeier Hansson a66b321bb0 Added the meat for String inflection
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@414 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
2005-01-15 16:48:12 +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 Added a bit more documentation on how to use the instance methods for acts_as_list #478 2005-01-15 13:49:23 +00:00
activesupport Added the meat for String inflection 2005-01-15 16:48:12 +00:00
railties Fixed that auto reloading would some times not work or would reload the models twice #475 [Tobias Luetke] 2005-01-15 13:26:48 +00:00