public
Description: Makes it easy to add tell-a-friend functionality to any Rails app.
Homepage: http://matthewbass.com
Clone URL: git://github.com/pelargir/spread.git
spread /
name age message
file .gitignore Wed Oct 22 09:24:42 -0700 2008 initial commit [Matthew Bass]
file CHANGELOG Wed Oct 22 09:24:42 -0700 2008 initial commit [Matthew Bass]
file MIT-LICENSE Mon Oct 27 08:55:46 -0700 2008 updated readme [Matthew Bass]
file README Sat Nov 08 09:40:08 -0800 2008 updated readme [Matthew Bass]
file Rakefile Wed Oct 22 09:24:42 -0700 2008 initial commit [Matthew Bass]
file deleted_files Mon Nov 03 19:04:56 -0800 2008 updated asset_copier [Matthew Bass]
directory files/ Wed Oct 22 13:38:52 -0700 2008 spiked through sending an email [Matthew Bass]
file init.rb Mon Nov 03 19:04:56 -0800 2008 updated asset_copier [Matthew Bass]
file install.rb Mon Nov 03 19:04:56 -0800 2008 updated asset_copier [Matthew Bass]
directory lib/ Thu Nov 06 13:48:07 -0800 2008 updated asset_copier [Matthew Bass]
file spread.gemspec Sat Aug 22 06:15:28 -0700 2009 fixed gemspec [Matthew]
directory tasks/ Mon Nov 03 19:04:56 -0800 2008 updated asset_copier [Matthew Bass]
directory templates/ Wed Oct 22 14:26:11 -0700 2008 first pass complete with static templates [Matthew Bass]
README
= spread

Makes it easy to add tell-a-friend functionality to any Rails app.


== Installation

Install the gem directly:

  sudo gem install pelargir-spread --source=http://gems.github.com
  
Or install the gem in your Rails project as a plugin:
  
  script/plugin install git://github.com/pelargir/spread.git

Or clone the project:

  git clone git://github.com/pelargir/spread.git


== Usage

Use spread's view helper to embed a link on the page you want to share:

  <%= spread :something %>

Let your controller know you're using spread:

  class SomeController < ActionController::Base
    spread :something
  end

That's all there is to it! (Spread's templates are currently static.
I'm working on making them overrideable so expect that soon.)


== Resources

Repository: http://github.com/pelargir/spread
Blog: http://matthewbass.com
Author: Matthew Bass

Extraction work sponsored by Terralien