Is there anything better than the Disqus Ruby Gem? Perhaps something geared specifically towards Rails?
(The Disqus gem might be the best option, I just haven’t been able to find much color one way or the other).
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.
The Ruby gem’s helper just embeds Disqus’ native Javascript, which is bad because it loads the Disqus comments synchronously.
Rather than make users wait, I did some hacking and got the comments to load asynchronously. Check out my blog post on the subject.