Could you tell me what code I should write. I'm really new to RoR and have no idea how to do that.
On Oct 22, 9:08 am, Bharat Ruparel <[EMAIL PROTECTED]> wrote: > I think that you want to build in an authentication system first > (restful_authentication) so that you can reliably identify who the user > is. After that it is a simple matter of logging a record in a table > that identifies that a user has voted on a specific word. So always > check beforehand if a user has voted on a word and then disallow > repeated voting. > People move around and identifying a user using just the IP address > alone is not sufficient in my opinion. > Hope this helps. > Regards, > Bharat > -- > Posted viahttp://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 [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

