you know the way the google and this forum presents dates? How it's measure from the current date/time and presents nicely as "39 minutes ago", 2 days ago, etc.? Has anyone done a gem or other library object that I can get to do those types of dates?
It's builtin to Rails...
time_ago_in_words()
http://api.rubyonrails.com/classes/ActionView/Helpers/DateHelper.html#M000467
-philip