Code:
<%=\"#{time_ago_in_words(comment.created_at)} ago \"%>
What i\'d like is for it not to have \"ABOUT\" in front of the 2 hours a
You can use my dotiw gem/plugin for that. It adds a couple of additional options and has greater precision than the one Rails offers.
distance_of_time_in_words(time1, time2, :only => [:days, :hours, :minutes])