dominiksteiner / spree_reviews_rating

Basic review and ratings facility for Spree

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SpreeReviewsRating

Straightforward review/rating facility

Basic Installation

  1. Add the following to your Gemfile
  gem 'spree_reviews_rating', '~> 1.1.1'
  1. Run bundle install
  2. To copy and apply migrations run:
	rails g spree_reviews_rating:install

Usage

  1. Action "submit" in "reviews" controller - goes to review entry form

  2. Users must be logged in to submit a review

  3. Administrator can edit and/or approve and/or delete reviews.

Copyright (c) 2012 [Damiano Giacomello], released under the New BSD License

About

Basic review and ratings facility for Spree


Languages

Language:Ruby 50.9%Language:JavaScript 49.1%