Tip for Testing Email with Ruby on Rails and Shoulda

August 18th, 2008 No Comments

Shoulda comes with a great method for testing email called ‘assert_sent_email’. (If you try it and get a method missing error update Shoulda. Not that anyone wouldn’t know to just do that). No matter what you use to test email as long as you are in test mode your emails will be [...]

Tags:   · ·

Tip for Testing Email with Ruby on Rails and Shoulda

July 24th, 2008 No Comments

Shoulda comes with a great method for testing email called ‘assert_sent_email’. (If you try it and get a method missing error update Shoulda. Not that anyone wouldn’t know to just do that). No matter what you use to test email as long as you are in test mode your emails will be [...]

Tags:   · · ·

Email Sucks

February 1st, 2008 1 Comment

In a job interview a long time ago I was asked what I hate to do the most.  At the time my response was, “write USB device drivers.” I had to do that at Sorenson Vision and I hated it.  When you write device drivers you can really mess up a system. You screw up [...]

Tags: