You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 5, 2021. It is now read-only.
we have a site that we can't require logins for, but needs to have ratings. it would be fine if every rating was cookie based or something, or even if was completely open (anyone can put in a rating, as many times as they wanted to).
The text was updated successfully, but these errors were encountered:
I agree, this would be a very nice feature. It would be cool if it allowed one vote per item per session, and if the user had cookies disabled, one vote per item per IP address.
But be careful, I just pass long time with user and current_user helper issues. To allow rating for your guest you have to override :current_user in the options:
we have a site that we can't require logins for, but needs to have ratings. it would be fine if every rating was cookie based or something, or even if was completely open (anyone can put in a rating, as many times as they wanted to).
The text was updated successfully, but these errors were encountered: