MixItUpRails
A ruby gem that uses the Rails asset pipeline to include the MixItUp JavaScript library by Kunkka labs.
Installation
Add this line to your application's Gemfile:
gem "mixitup-rails"
And then execute:
$ bundle
Or install it yourself as:
$ gem install mixitup-rails
Usage
Add this line into your application.js
:
//= require mixitup
Testing
Run
$ bundle install
and then
$ rake test
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Make sure tests are passing
- Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
License
This plugin is licensed under the MIT License.
Copyright (c) 2019 Ilya Bodrov