jquery-timeago-rails

Gem Version License

Timeago JQuery plugin for Rails.

Installation

Add the gem to you Gemfile with:

gem "jquery-timeago-rails"

And run bundle install to install the gem.

Then add it to app/assets/javascripts/application.js with:

//= require jquery.timeago

Versioning

jquery-timeago-rails 1.4.1 == jquery.timeago.js 1.4.1

The major, minor, and patch will always match the library. If a gem fix is needed in between library versions then a 4th version numbers will be added.

Acknowledgments

Thanks to Yarp and Ryan McGeary for releasing and maintaining the timeago library.

Copyright 2015 SugarCRM Inc., released under the MIT License.