Repository is archived
No commit activity in last 3 years
No release in over 3 years
This gem provides the JQuery Timeago plugin for your Rails application.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

~> 3.2.15
 Project Readme

⛔ DEPRECATED jquery-timeago-rails

Gem Version Dependency Status Build Status Coverage Status Code Climate Inline docs License

Timeago JQuery plugin for Rails.

Please be aware that this gem is deprecated and will no longer be maintained. There are other, better, options for including javascript libraries and other assets in Rails projects now. (e.g., rails-assets, yarn, webpack)

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.

License

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