Internationalised ActionMailer Subjects
I’m a big fan of keeping strings out of my application code. It’s a pattern I first came across with Android string resources, and since then I’ve been using tools just like the i18n gem to abstract content away from code. Something mentioned directly in the Rails I18n guides that I really like to see used myself is the built-in...