// archives

Rails

This tag is associated with 1 posts

Gotchyas along the road to Ruby application deployment success on Joyent

Hopefully this will be most of the difficult issues we run into, as we have several ‘S’ and ‘M’ accounts over at Joyent, and we are supposed to learn from our experiences and mistakes, right? I mean, most other mammals can do this, right, so why not coders, I ask you.
First off, the Joyent wiki […]

Ruby on Rails - ARMailer - and View Templates

While working on Zategories.com it was ‘discovered’ that…
…the default ARmailer template feature doesn’t work the way it is documented.
At least if you want to use the features where you just have to put the email templates in a directory and the mailer generates and sends a multi-part email for ya.
Why?
Because this:
ActionMailer::Base.template_root = “mailer/templates”
does not work. […]

Categories