hi, i would like to encode an email adresss in ascii format. How to do that in ruby, i can''t find a method. Maybe exist a rails plugin to protect email collecting ? Thanks for your help -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
gene.tani-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2007-Jun-19 12:54 UTC
Re: how to encode an email ? (spam protection)
On Jun 19, 3:07 am, Frioffol Friofool <rails-mailing-l...@andreas- s.net> wrote:> hi, > > i would like to encode an email adresss in ascii format. > How to do that in ruby, i can''t find a method. > > Maybe exist a rails plugin to protect email collecting ? > > Thanks for your help > > -- > Posted viahttp://www.ruby-forum.com/.you have to google for "enkode email address"! http://hivelogic.com/enkoder http://forthecode.com/user/index/26 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
On Jun 19, 2007, at 8:54 AM, gene.tani-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote:> On Jun 19, 3:07 am, Frioffol Friofool <rails-mailing-l...@andreas- > s.net> wrote: >> hi, >> >> i would like to encode an email adresss in ascii format. >> How to do that in ruby, i can''t find a method. >> >> Maybe exist a rails plugin to protect email collecting ? >> >> Thanks for your help >> >> -- >> Posted viahttp://www.ruby-forum.com/. > > you have to google for "enkode email address"! > > http://hivelogic.com/enkoder > http://forthecode.com/user/index/26Use the mail_to helper http://api.rubyonrails.org/classes/ActionView/Helpers/ UrlHelper.html#M000492 -Rob Rob Biedenharn http://agileconsultingllc.com Rob-xa9cJyRlE0mWcWVYNo9pwxS2lgjeYSpx@public.gmane.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Rob Biedenharn wrote:> On Jun 19, 2007, at 8:54 AM, gene.tani-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org wrote: >>> >>> -- >>> Posted viahttp://www.ruby-forum.com/. >> >> you have to google for "enkode email address"! >> >> http://hivelogic.com/enkoder >> http://forthecode.com/user/index/26 > > > Use the mail_to helper > > http://api.rubyonrails.org/classes/ActionView/Helpers/ > UrlHelper.html#M000492 > > -Rob > > Rob Biedenharn http://agileconsultingllc.com > Rob-xa9cJyRlE0mWcWVYNo9pwxS2lgjeYSpx@public.gmane.orggreat ! thanks for your answers -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---