Skip to content

andola-dev/raty_rails

 
 

Repository files navigation

jQuery Raty for the asset pipeline

Version provided: 2.5.2

This gem provides jQuery Raty for the Ruby on Rails asset pipeline from v3.1+ onwards.

jQuery Raty - A Star Rating Plugin

Installation

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.

Feedback and contributing

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.

About

No description, website, or topics provided.

Resources

License

MIT, MIT licenses found

Licenses found

MIT
LICENSE
MIT
MIT-LICENSE

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 77.5%
  • HTML 17.7%
  • JavaScript 2.5%
  • CSS 2.3%