Evercookie for rails

cookies, ruby-on-rails

Solution

Once I was searching for Evercookie solution for Rails, didn't find and wrote a gem 'evercookie'. You can try it. Documentation is available on github

Problem

I'm finding a solution to detect cheaters creating many accounts at my website. I have found permanent cross-browser cookies: http://samy.pl/evercookie/ But it written on JS, and I need something to use in rails controller. Is there any gem or plugin like evercookie?

Original source