No commit activity in last 3 years
No release in over 3 years
This gem provides the star rating jQuery plugin from fyneworks to your Rails 3.1 and above applications.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

>= 3.1.0
 Project Readme

jQuery Star Rating plugin for Rails

NOTE: I'm no longer maintaining this gem anymore, if someone wishes to take over then please contact me.

Simple integration of jQuery Star Rating plugin into the asset pipeline.

The original jQuery plugin is http://www.fyneworks.com/jquery/star-rating/

Install

Install with

gem install jquery-star-rating-rails

or in your Gemfile

gem 'jquery-star-rating-rails'

Requirements

Requires Rails 3.1 and higher

Usage

In your javascript file include the following

require jquery-star-rating

And stylesheet

require jquery-star-rating

Changelog

v0.0.1

  • NEW: added jquery star rating plugin, use require jquery-star-rating to require javascript and require jquery-star-rating to require stylesheet.