Sha256: a1acce8298a406dc423fed72e69f3a051fde8f83a5405730591a8c80c523abf1
Contents?: true
Size: 578 Bytes
Versions: 15
Compression:
Stored size: 578 Bytes
Contents
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 (c) 2009 Justin Ball and Joel Duffin, released under the MIT license
Version data entries
15 entries across 15 versions & 1 rubygems