sugarcrm/jquery-timeago-rails

View on GitHub
README.md

Summary

Maintainability
Test Coverage
# :no_entry: DEPRECATED jquery-timeago-rails

[![Gem Version](https://badge.fury.io/rb/jquery-timeago-rails.svg)](http://badge.fury.io/rb/jquery-timeago-rails)
[![Dependency Status](https://gemnasium.com/sugarcrm/jquery-timeago-rails.svg)](https://gemnasium.com/sugarcrm/jquery-timeago-rails)
[![Build Status](https://travis-ci.org/sugarcrm/jquery-timeago-rails.svg?branch=master)](https://travis-ci.org/sugarcrm/jquery-timeago-rails)
[![Coverage Status](http://img.shields.io/coveralls/sugarcrm/jquery-timeago-rails/master.svg)](https://coveralls.io/r/sugarcrm/jquery-timeago-rails)
[![Code Climate](https://codeclimate.com/github/sugarcrm/jquery-timeago-rails/badges/gpa.svg)](https://codeclimate.com/github/sugarcrm/jquery-timeago-rails)
[![Inline docs](http://inch-ci.org/github/sugarcrm/jquery-timeago-rails.svg)](http://inch-ci.org/github/sugarcrm/jquery-timeago-rails)
[![License](http://img.shields.io/badge/license-MIT-green.svg?style=flat)](MIT-LICENSE)

[Timeago JQuery plugin](http://timeago.yarp.com/) 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](https://rails-assets.org/#/), [yarn](https://yarnpkg.com/en/), [webpack](https://webpack.js.org/))

## Installation

Add the gem to you Gemfile with:

```ruby
gem "jquery-timeago-rails"
```

And run `bundle install` to install the gem.

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

```ruby
//= 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](http://yarp.com/) and [Ryan McGeary](http://ryan.mcgeary.org/)
for releasing and maintaining the [timeago library](http://timeago.yarp.com/).

## License

Copyright 2015 [SugarCRM Inc.](http://sugarcrm.com), released under the MIT License.