jQuery FriendlyId Rails
This gem packages the jQuery friendly_id assets for the Rails asset pipeline, so you never have to download a custom package through the web interface again.
Usage
gem 'jquery-friendly_id-rails'
To require jQuery friendly_id, add the following to your application.js:
//= require jquery-friendly_id
Contributing
- Fork it ( http://github.com/zzet/jquery-friendly_id-rails/fork )
- 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