I’ve been looking for like and unlike button plugin for ROR. Is there any reference for me??
user can like specific post and can unlike back, and there is a count of total user likes the post
thanks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could start with acts_as_votable
And then rather than have a 1-5 scale, just have a -1 or 1. That could be your unlike/like.