Ticker-Rails
This Gem integrates https://github.com/BenjaminRH/jquery-ticker. The original has no public Github Repo, issues tracking etc.
It integrates this fork with your Rails project and is versioned to track the fork's version.
Installation
Add this line to your application's Gemfile:
gem 'ticker-rails'
And then execute:
$ bundle
Or install it yourself as:
$ gem install ticker-rails
Usage
This gem uses a Rails Engine to make JQuery ticker assets available to you.
Require the JavaScript files from your application.js
or wherever needed using:
//= require ticker-slider
Require the CSS files from your application.scss
or wherever needed using:
*= require ticker-slider
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request