I got my first pull request accepted into Rails master
Please do discuss
Jul
05
05
I just added Disqus to this blog for comments. I decided to do so because I like to have threaded comments. And if it’s already implemented, why implement it again from scratch?
Integrating it was pretty much painless thanks to their clean documentation. Basically, you just need to add some JavaScript to every page where you want to show a comment thread. Additionally, I did some CSS styling to better match it with this site’s style. Check out this commit to see the exact changes I did.