Version provided: 2.5.2
This gem provides jQuery Raty for the Ruby on Rails asset pipeline from v3.1+ onwards.
- website: http://wbotelhos.com/raty
- github: http://github.com/wbotelhos/raty
Add this to your Gemfile:
gem 'raty_rails', github: 'luisalima/raty_rails'
Run:
bundle
Add this require to your app/assets/javascripts/applications.js
:
//= require 'jquery.raty'
Done!
You can now use it as explained in the jQuery Raty documentation.
If at any time you notice that jQuery Raty version is not the latest available from the official website, an issue and/or a pull request is most welcome.
To contribute, please make sure all tests are passing before submitting a new pull request.