i am building a blog and would like to know good tools and plugins to implement a commenting system.
Share
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.
One good place to go looking for things you need (for ruby and rails) is the ruby toolbox.
For instance: for commenting you can find all the gems here.
I would recommend the act_as_commentable gem.
On the other hand, handling comments is in most cases so easy in rails, it is also very easy to do it yourself, and there are a lot of tutorials out there that explain that in great detail. For example here.
Hope this helps 🙂