And by the way, most rubyists would write this:
logger.info 'request is an email (' + email.to_s + ')'
using string interpolation:
logger.info "request is an email (#{email})"
--
Rick DeNatale
Blog: http://talklikeaduck.denhaven2.com/
Twitter: http://twitter.com/RickDeNatale
WWR: http://www.workingwithrails.com/person/9021-rick-denatale
LinkedIn: http://www.linkedin.com/in/rickdenatale