Recommender

The recommender adds the ability to aggregate, search and analyze data from many different web sources.

Installation

Install gem dependencies:

sudo gem install mbleigh-acts-as-taggable-on
sudo gem install mislav-will_paginate

After install acts-as-taggable-on be sure to include the helper in application_helper.rb:

module ApplicationHelper
  include TagsHelper
end

Add rake tasks to your Rakefile

require 'muck_raker/tasks'

Example

Copyright © 2009 Justin Ball and Joel Duffin, released under the MIT license