I am looking for a gem which is capable of converting the given time into
a format like “1 Minute ago”, “Just now”, “5 days ago”etc.,
I have once came through a gem like this, but cannot able to find it again.
Could anyone give me a hand on this?
Thanks in advance.
Rails’ includes built-in DateHelper methods time_ago_in_words, distance_of_time_in_words, and distance_of_time_in_words_to_now that provide this manner of formatting.