Not use time_ago_in_words
10 Feb 2012
It's very common for a rails developer to use time_ago_in_words to display time like "5 minutes ago", but it's too expensive to calculate the time in server side, you should utilize client cpu to calculate the time ago.
Read More
Tags helper javascript