From bd5ed651105663cb4bc5acd86ad8bdf48251d0fe Mon Sep 17 00:00:00 2001 From: Rick Olson Date: Mon, 26 Nov 2007 03:36:28 +0000 Subject: 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 --- actionmailer/CHANGELOG | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'actionmailer/CHANGELOG') 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] -- cgit v1.2.3