Email debug best practices

I’m writing a rails app that receives email. I’m trying to parse using
Tmail, but my normal method of debugging (using “puts” to output to my
console) doesn’t seem give me any output. What are some tatics I should
use while playing around with the tmail api, and my app?