Rails asset pipeline integration for rateYo
rateYo version 2.2.0
Add this line to your application's Gemfile:
gem 'rateyo-rails'
And then execute:
$ bundle
Or install it yourself as:
$ gem install rateyo-rails
rateyo-rails contains both css and js for rateyo
Include rateyo js in app/assets/javascripts/application.js
//= require jquery.rateyoInclude card css in app/assets/stylesheets/application.css
/*
*= require jquery.rateyo
*/For information on how to use rateyo please visit https://github.com/prrashi/rateYo
- 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