Fork me on GitHub
Production Hacks

My Third Attempt at Vim

May 6th 2012

I’ve tried switching to Vim three times. The first time I was overwhelmed by the Janus distribution and gave up. The second time I was also starting a new job and felt I wasn’t getting enough traction. The third time it stuck…

ActionMailer MissingTemplate error in Rails 2.3

July 20th 2010

In Rails 2.3, if you’re using implicit multipart emails for your ActionMailer views (the content type is part of the file name), ActionMailer will have problems locating the correct template during tests and background jobs. I ran into this problem when setting up background emailing with resque_mailer