This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
MIT-LICENSE | Thu Jun 26 08:51:18 -0700 2008 | [bumi] |
| |
README | Thu Jun 26 08:51:18 -0700 2008 | [bumi] |
| |
Rakefile | Thu Jun 26 08:51:18 -0700 2008 | [bumi] |
| |
examples/ | Thu Jun 26 08:51:18 -0700 2008 | [bumi] |
| |
init.rb | Thu Jun 26 08:51:18 -0700 2008 | [bumi] |
| |
install.rb | Thu Jun 26 08:51:18 -0700 2008 | [bumi] |
| |
lib/ | Thu Jun 26 08:51:18 -0700 2008 | [bumi] |
| |
tasks/ | Thu Jun 26 08:51:18 -0700 2008 | [bumi] |
| |
test/ | Thu Jun 26 08:51:18 -0700 2008 | [bumi] |
| |
uninstall.rb | Thu Jun 26 08:51:18 -0700 2008 | [bumi] |
README
RateableFu ========== Rating Plugin for ActiveRecord models. This Plugin is heavily inspired by http://acts-as-rated.rubyforge.org/ from the great guys from http://devblog.famundo.com/ Features ======= * Rate any model (polymorphix) * Cache rating, ratings_count to the rateable object. * Use any object as the rater (default is set to User) * Creates the Rating class for you. - if you want. Or just add your own Rating class to your models dir * find_rated_by * find_by_rating - Accepts an Range or an integer/float: Article.find_by_rating(3..5,:limit=>5) * nice readable language: @article.rate(5).by(current_user) or current_user.rate(@article).with(3) Installation ======= Example ======= Copyright (c) 2008 [Michael Bumann Raislove.com], released under the MIT license




