Sha256: 9d56d233dcc104eb9e3a5df3ee81461894a2ac0f219d89897c1fbbbb512770a1

Contents?: true

Size: 1.1 KB

Versions: 6

Compression:

Stored size: 1.1 KB

Contents

= Muck Raker
Muck Raker adds functionality that aggregates, searches and analyzes data from many different web sources.

== Installation

Be sure to add github as a gem source before proceeding as acts-as-taggable-on, mislav-will_paginate (and many other gems) live there.
  gem sources -a http://gems.github.com

Install muck raker:
  sudo gem install muck-raker
  
Installing muck raker should install all of it's dependancies.  You can also install them manually:
  sudo gem install httparty
  sudo gem install mbleigh-acts-as-taggable-on
  sudo gem install mislav-will_paginate
  sudo gem install muck-feedbag
  sudo gem install pauldix-feedzirra

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


== Development

=== Testing
You will need to have mysql setup to run the migrations for the test database.  Muck raker has a few customizations which require mysql.



Copyright (c) 2009 Justin Ball and Joel Duffin, released under the MIT license

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
muck-raker-0.1.16 README.rdoc
muck-raker-0.1.17 README.rdoc
muck-raker-0.1.18 README.rdoc
muck-raker-0.1.19 README.rdoc
muck-raker-0.1.20 README.rdoc
muck-raker-0.1.21 README.rdoc