Gemifies jquerytransit: https://github.com/rstacruz/jquery.transit
Add this line to your application's Gemfile:
gem 'jquery_transit-rails'
And then execute:
$ bundle
And add it to you application.js;
//= require jquery.transit.min
Or install it yourself as:
$ gem install jquery_transit-rails
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request