Figured it out. I had commented the environment lines for testing something.
So if anyone has that routing error, then you''re missing your config
lines in the environment. :)
Shawn
----- Begin forwarded message -----
From: Shawn Van Ittersum <svicalifornia at gmail.com>
Date: Tue, 15 Jan 2008 13:19:12 -0800
To: facebooker-talk at rubyforge.org
Subject: strange routing problem
Now when I try to use facebooker, I get routing problems on all controllers
except the default route:
ActionController::RoutingError (no route found to match "facebook"
with {:method=>:get})
This affects all app controllers, not just the facebook one, even app
controllers with no Facebooker code.
When I remove the facebooker plugin, the routing problems go away and the
routing works properly. When I install it again, the problem returns. Has
anyone else experienced this?
Shawn