mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
ad63c96ff217ac20b561fd99d91c43859657250a
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@410 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
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]
Fixed page caching problems with saving cached file fails for the index action and that it shouldnt cache files with GET/POST parameters #462
Added Inflections as an extension on String, so Inflector.pluralize(Inflector.classify(name)) becomes name.classify.pluralize #476 [bitsweat]
Fixed that auto reloading would some times not work or would reload the models twice #475 [Tobias Luetke]
Description
No description provided
Languages
Ruby
97.9%
CSS
1.5%
HTML
0.5%