Natural language dates in ruby/rails?

datetime, nlp, ruby, ruby-on-rails

Solution

I think what you are looking for is `time_ago_in_words`

Problem

I need to show natural dates like - "few seconds ago" - "21 minutes ago" Is there something built in to the rails? Or may be third party? This is not hard to implement, but I do not want to invent the wheel.

Original source

Related problems