brettshollenberger / hublot

Datetime-sensitive datetime humanizer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hublot

Hublot makes Facebook-style datetime-contextual datetimes a cinch for your ActiveRecord objects.

Examples

Comment created just now:

just now

Comment created seconds or minutes ago

10 seconds ago
2 minutes ago

Comment created today

Today at 5:30PM

Comment created yesterday

Yesterday at 5:30PM

Comment created this week

Monday at 5:30PM

Comment created last week

Last Monday at 5:30PM

After that:

Monday, July 1 at 5:30PM

Use

gem "hublot", "~> 0.0.6"

Call the pretty method in your views:

<%= @comment.created_at.pretty %>

About

Datetime-sensitive datetime humanizer

License:MIT License


Languages

Language:Ruby 97.9%Language:JavaScript 2.1%