public
Description: Blank Slate Rails App with OpenID, Facebook Connect, etc.
Homepage: http://embark.poweredbygeek.com
Clone URL: git://github.com/lwallenstein/embark.git
danahern (author)
Mon Feb 09 00:17:14 -0800 2009
commit  702972c2b1620363cf4c76c7ad8355b13f7d2521
tree    d3c3a14dd42dc933909a2cbd36b7ed61b6981484
parent  20415455682a79ab1810956a0f05a5f337a1b684
embark /
name age message
file .DS_Store Sun Feb 08 23:47:37 -0800 2009 Changes to add facebook connect [danahern]
file README Mon Feb 09 00:17:14 -0800 2009 Added more directions [danahern]
file Rakefile Wed Feb 04 23:59:29 -0800 2009 first commit [lwallenstein]
directory app/ Mon Feb 09 00:08:55 -0800 2009 fixed errors [danahern]
directory config/ Sun Feb 08 23:47:37 -0800 2009 Changes to add facebook connect [danahern]
directory db/ Wed Feb 04 23:59:29 -0800 2009 first commit [lwallenstein]
directory doc/ Wed Feb 04 23:59:29 -0800 2009 first commit [lwallenstein]
directory log/ Mon Feb 09 00:08:55 -0800 2009 fixed errors [danahern]
directory public/ Mon Feb 09 00:08:55 -0800 2009 fixed errors [danahern]
directory script/ Wed Feb 04 23:59:29 -0800 2009 first commit [lwallenstein]
directory test/ Sun Feb 08 23:47:37 -0800 2009 Changes to add facebook connect [danahern]
directory vendor/ Sun Feb 08 23:47:37 -0800 2009 Changes to add facebook connect [danahern]
README
Configuration
In the config/environments/production.rb
Change HOST to your host

In config/environment.rb
Change the DO_NOT_REPLY to the from email address

Install ruby-openid
sudo gem install ruby-openid

Make OpenID database tables
rake open_id_authentication:db:create

Migrate
rake db:migrate

Setup a Facebook App

Setup Facebooker
rake facebooker:setup

In app/views/layouts
Change the line to your own API key that your facebook app generated
window.api_key = 'eacd9ebbf06ff422f1610476d913e7c4';

In config/facebooker.yml
Change the api_key and secret_key to match your facebook app.