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
merb_facebooker / README
100644 16 lines (11 sloc) 0.547 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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