Plugins - has_ratings

StarAdd to favorites

has_ratings

has_ratings demonstrates a reference implementation for handling ratings.

Resources

API

Bugs

Development

Source

  • git://github.com/pluginaweek/has_ratings.git

Description

Storing ratings is a pretty common task when building web applications with a community-based focus. Ratings can have names and values associated with them. This plugin demonstrate a simple way to manage what ratings can be used and how they are persisted.

Usage

Note that this is a reference implementation and, most likely, should be modified for your own usage.

Example

  user = User.find(1)
  video = Video.find(1)

  video.ratings.create(:rater => user, :value => 'poor')

Testing

Before you can run any tests, the following gem must be installed:

To run against a specific version of Rails:

  rake test RAILS_FRAMEWORK_ROOT=/path/to/rails

Dependencies

Aaron Pfeifer

http://github.com/pluginaweek/has_ratings

git://github.com/pluginaweek/has_ratings.git

Rails' (MIT)

  • Currently 4.2/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5

Model

Tags

Comments

Add a comment

Search Plugins

Query syntax

Plugins by Category

Sponsors

Rails Kits: Get Code. Get Moving.

Have a comment?