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

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Make sure tests are passing
  4. Commit your changes (git commit -am 'Added some feature')
  5. Push to the branch (git push origin my-new-feature)
  6. Create new Pull Request

License

This plugin is licensed under the MIT License.

Copyright (c) 2019 Ilya Bodrov