Blank Pad Development

A photo of Jon

Hello There

I’m Jon, a web developer working for Hubbub to make it easier for people to buy great food from their local shops.

This is where I occassionally write about what I'm doing, and make a note of anything I'm likely to want to Google in the future!

Template Naming for ActionMailer 3

When naming templates for ActionMailer 3 remember that the naming format has changed.

Templates used by in the form method.text.plain.erb and method.text.html.erb. They now take the form method.text.erb and method.html.erb.

This bit me with a lot of frustration, since it won’t automatically render the the old form. I only realised what was happening when I tried to manually render it and got a deprecation warning in the logs.

blog comments powered by Disqus