Skip to content
This repository has been archived by the owner on Feb 5, 2021. It is now read-only.

Install in Rails 3

picharras edited this page Jan 4, 2012 · 3 revisions

Instructions

In you Gemfile add:
gem 'ajaxful_rating' , '>= 3.0.0.beta7'

Now, install new gem:
bundle install

Generate

rails g ajaxful_rating UserModelName

The generator takes one argument: UserModelName, which is the name of your current user model. This is necessary to link both the rate and user models.

Also this generator copies the necesary images, styles, etc.

Clone this wiki locally