Sha256: f14d4aa8c8d3f5b0342895022f841c679ee5d9d2f003a9b522dfea2b6c8c6e6a

Contents?: true

Size: 1.7 KB

Versions: 1

Compression:

Stored size: 1.7 KB

Contents

# Ezdz-Rails

This Gem integrates [Jay Salvat's Ezdz](https://github.com/seiyria/bootstrap-slider)
to the Rails assets pipeline.

## Installation

Add this line to your application's Gemfile:

    gem 'ezdz-rails'

And then execute:

    $ bundle

Or install it yourself as:

    $ gem install ezdz-rails

## Usage

This gem uses a Rails Engine to make Ezdz's assets available to you.

Require the JavaScript files from your `application.js` or wherever needed using:

```
//= require jquery.ezdz
```

Require the CSS files from your `application.scss` or wherever needed using:

```
*= require jquery.ezdz
```

## Gem release

In the case you'd like to create a new release when [Jay Salvat](https://github.com/jaysalvat) release a new version of his ezdz library, you just need to run the following:

```
$ ./make_new_release.sh
Ensuring Docker image zedtux/bootstrap-slider-rails exists ...
Updating library code to version 5.3.3 ...
Downlading Bootstrap-slider 5.3.3 ...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 51140  100 51140    0     0   124k      0 --:--:-- --:--:-- --:--:--  124k
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  8238  100  8238    0     0  28698      0 --:--:-- --:--:-- --:--:-- 28703
Done!
Committing new version ...
Releasing gem ...
```

## 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
ezdz-rails-0.2.0 README.md