Railsters:
Here's the two Facebook plugins we have so far:
http://code.google.com/p/facebook-rails/ http://rfacebook.rubyforge.org/
Imagine my surprise when I discover that neither of them have unit tests!
If I considered unit tests to be the number one criteria for productivity - way above trivial details like the quality or feature count of either of those plugins - then neither qualify. How do you build a complex app like a Facebook portal without unit tests? (That's a rhetorical question, meaning please don't try to answer it.)
One of those plugins still embarrassingly has its generated default test case, test_this_plugin. Nobody replaced this with their real tests!
Is there a Facebook plugin out there with unit tests? Or any other _sustainable_ fix for this situation?