Posteado por: emmanueloga en: Diciembre 8, 2008
If you are building a facebook applicaction using facebooker gem, beware the version of the gem in rubyforge is outdated. The easier way to deal with this is to clone the github repo of facebooker and install the gem from there.
Then:
UPDATE
But this won’t work… the updated method is:
At this point, the lastest version on github is 0.9.9 1.0.8!!! (0.9.5 in rubyforge), and this is a version you are going to need because of this commit.
UPDATE:
Although the procedure above still works, you may find it easier to install the gem directly from github, now that its gemspec has been made github-compatible:
…although because of github gemspec security policy, the gem there is _not always_ the lastest…
Comentarios recientes