diff options
author | Rick Olson <technoweenie@gmail.com> | 2007-11-26 03:36:28 +0000 |
---|---|---|
committer | Rick Olson <technoweenie@gmail.com> | 2007-11-26 03:36:28 +0000 |
commit | bd5ed651105663cb4bc5acd86ad8bdf48251d0fe (patch) | |
tree | 3b444c65eafb90a535d8baa76766096a4192c738 /actionmailer/CHANGELOG | |
parent | 3d67860cae0898b248381075d98736ff77d671dd (diff) | |
download | rails-bd5ed651105663cb4bc5acd86ad8bdf48251d0fe.tar.gz rails-bd5ed651105663cb4bc5acd86ad8bdf48251d0fe.tar.bz2 rails-bd5ed651105663cb4bc5acd86ad8bdf48251d0fe.zip |
Update ActionMailer so it treats ActionView the same way that ActionController does. Closes #10244 [rick]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8212 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionmailer/CHANGELOG')
-rw-r--r-- | actionmailer/CHANGELOG | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/actionmailer/CHANGELOG b/actionmailer/CHANGELOG index 09ca77ac17..92dc24726b 100644 --- a/actionmailer/CHANGELOG +++ b/actionmailer/CHANGELOG @@ -1,5 +1,10 @@ *SVN* +* Update ActionMailer so it treats ActionView the same way that ActionController does. Closes #10244 [rick] + + * Pass the template_root as an array as ActionView's view_path + * Request templates with the "#{mailer_name}/#{action}" as opposed to just "#{action}" + * Fixed that partials would be broken when using text.plain.erb as the extension #10130 [java] * Update README to use new smtp settings configuration API. Closes #10060 [psq] |