ivey / merb_facebooker forked from vanpelt/merb_facebooker
- Source
- Commits
- Network (14)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
8a264c4
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Dec 15 20:11:31 -0800 2008 | |
| |
LICENSE | Sat Mar 29 19:48:36 -0700 2008 | |
| |
README | Sat Mar 29 19:55:21 -0700 2008 | |
| |
Rakefile | Mon Dec 15 20:11:32 -0800 2008 | |
| |
TODO | Sat Mar 29 19:48:36 -0700 2008 | |
| |
lib/ | ||
| |
spec/ | Mon Dec 15 20:11:31 -0800 2008 |
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

