0.0
Repository is archived
No commit activity in last 3 years
No release in over 3 years
Integrates MixItUp, a library for animated filtering, sorting, insertion, removal, and more, into your Rails app.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 5.1
~> 3.1

Runtime

>= 3.1
 Project Readme

MixItUpRails

Gem Version Build Status

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