Hello, I've been using edge rails for a while now and used the recipe from the new recipes book on using implicit file names for multipart/alternative messages.
This seems to have recently broke. I've named by templates according to the book and the docs... # for example, if the following templates existed: # * signup_notification.text.plain.rhtml # * signup_notification.text.html.rhtml # * signup_notification.text.xml.rxml # * signup_notification.text.x-yaml.rhtml I've gone through the code and found that the rhtml part of the file is not appended to the template name due to existing .'s in the filename. When the code gets to File.read in ActionView the code fails as the file (ex. signup_notification.text.plain) does not exist (missing the template extension). The render_file method in ActionView looks to have recently been changed (good at revision 3840... maybe a bit higher), causing the break, but I'm unsure of the reasons behind the changes, so I don't have a proposed fix. I opened up a ticket at http://dev.rubyonrails.org/ticket/4297 to track this. Thanks _______________________________________________ Rails-core mailing list Rails-core@lists.rubyonrails.org http://lists.rubyonrails.org/mailman/listinfo/rails-core