public
Fork of vanpelt/merb_facebooker
Description: A plugin that makes the facebooker gem play nice with Merb
Homepage: http://doloreslabs.com
Clone URL: git://github.com/ivey/merb_facebooker.git
ivey (author)
Wed Jul 09 14:40:13 -0700 2008
commit  8a264c4de6a87b97b4f89665a9b6a891616fa2e7
tree    2cfa64c0394b423bf0f34f2a212e869fcf5fd31f
parent  3ccdd3b19fa124b13f0191e4a0dfcae87f5b631a parent  cfb572d835f900fbf70d501a5708a2ea6db66501
name age message
file .gitignore Mon Dec 15 20:11:31 -0800 2008 Helper are on the way Signed-off-by: Chris Van... [hookercookerman]
file LICENSE Sat Mar 29 19:48:36 -0700 2008 Initial checkin [vanpelt]
file README Sat Mar 29 19:55:21 -0700 2008 installation instructions [vanpelt]
file Rakefile Mon Dec 15 20:11:32 -0800 2008 Support for Merb 0.9.4 handling of fb_sig_reque... [ivey]
file TODO Sat Mar 29 19:48:36 -0700 2008 Initial checkin [vanpelt]
directory lib/ Loading commit data...
directory spec/ Mon Dec 15 20:11:31 -0800 2008 Helper are on the way Signed-off-by: Chris Van... [hookercookerman]
README
merb_facebooker
===============

A plugin for Merb that hooks up the facebooker gem.  Currently it just mixes some good stuff into Merb::Controller... 
the helpers are missing along with the CGI extentions.  These should be easily ported from the rails plugin portion of 
facebooker... I just haven't needed it yet.

Finnaly facebook comes to Merb :)

Installation
==============

git clone git://github.com/vanpelt/merb_facebooker.git
cd merb_facebooker
rake gem
cd ../your_merb_app
gem install -i gems ../merb_facebooker/pkg/merb_facebooker-*.gem