public
Description: A plugin that makes the facebooker gem play nice with Merb
Homepage: http://doloreslabs.com
Clone URL: git://github.com/vanpelt/merb_facebooker.git
Matt Knopp (author)
Tue Jan 06 23:22:31 -0800 2009
vanpelt (committer)
Fri Jan 09 10:50:32 -0800 2009
commit  2b5c66bb2305e8e55db2d3f27e998f15cd7fb9d0
tree    c324c89486e53ae4ec8b1910b54076e33d9a76a0
parent  0d7847e4920f0c3bcc6bbd44ee2f3ab091f7be0c
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...
file merb_facebooker.gemspec
file merb_facebooker.rb
directory spec/ Mon Dec 15 20:11:31 -0800 2008 Helper are on the way Signed-off-by: Chris Van... [hookercookerman]
directory templates/ Fri Jan 09 10:50:02 -0800 2009 fix facebooker:setup task Signed-off-by: Chris... [pointcom]
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