Sha256: bc02e669aa63bde1f6f5a4a74b56eb59697289e4d018f7fafd114970b0fed824

Contents?: true

Size: 973 Bytes

Versions: 1

Compression:

Stored size: 973 Bytes

Contents

# 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

1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ticker-rails-1.0.0 README.md