How to protect my e-mail address from spambots
问题 I was wondering what rails offers to obfuscate e-mail addresses to protect it from crawlers, spambots and mail harvesters, gathering addresses to send spam. May be I used wrong keywords, but wasn’t really able to find a gem. I found a statistic comparing different methods to mask the mail address: http://techblog.tilllate.com/2008/07/20/ten-methods-to-obfuscate-e-mail-addresses-compared/ I wrote a snippet that combines the top two methods. The snipped isn’t mature yet, but I like to share it