Carlos Kozuszko
2009-Aug-04 16:00 UTC
[Facebooker-talk] Support for Application "Profile" Pages
Does anyone know if facebooker has support for Application "Profile" Pages ? That feature is described here: http://wiki.developers.facebook.com/index.php/Facebook_Pages#Application_.22Profile.22_Pages I only found references to that in this thread: http://rubyforge.org/pipermail/facebooker-talk/2008-January/000065.html But that thread does not have any responses. Has anybody been able to implement this? Any interesting links to share? Thanks in advance! Carlos K. -- http://www.ckozus.com http://www.insignia4u.com
Carlos Kozuszko
2009-Aug-04 23:45 UTC
[Facebooker-talk] Fwd: Support for Application "Profile" Pages
I''ve made some changes to the plugin and I have been able to do it: Here''s the fork with the changes: http://github.com/ckozus/facebooker One thing though, what do I have to do to run the tests? I don''t really know if there are any failing tests with the code I added. I''d like to fix that and add a few ones to test what I did. I''m getting this error when I run rake test: http://pastie.org/571836 Thanks! Carlos K.
Matthew Beale
2009-Aug-04 23:51 UTC
[Facebooker-talk] Fwd: Support for Application "Profile" Pages
Hi Carlos, Use the mutli_rails gem: sudo gem install multi_rails And run tests against a specific version of Rails: MULTIRAILS_RAILS_VERSION=2.2.2 rake test:multi_rails:one I usually test 2.2.2, 2.3.2, and 2.3.3. Mike says facebooker is good back to 2.1. Let me know if this helps! -- Matthew Beale :: 607 227 0871 Resume & Portfolio @ http://madhatted.com On Tue, 2009-08-04 at 20:45 -0300, Carlos Kozuszko wrote:> I''ve made some changes to the plugin and I have been able to do it: > > Here''s the fork with the changes: > > http://github.com/ckozus/facebooker > > One thing though, what do I have to do to run the tests? I don''t > really know if there are any failing tests with the code I added. I''d > like to fix that and add a few ones to test what I did. > > I''m getting this error when I run rake test: > > http://pastie.org/571836 > > Thanks! > > Carlos K. > _______________________________________________ > Facebooker-talk mailing list > Facebooker-talk at rubyforge.org > http://rubyforge.org/mailman/listinfo/facebooker-talk
Mike Mangino
2009-Aug-05 04:19 UTC
[Facebooker-talk] Fwd: Support for Application "Profile" Pages
Or just type rake. I can deal with multiple versions if need be. Mike On Aug 4, 2009, at 7:51 PM, Matthew Beale wrote:> Hi Carlos, > > Use the mutli_rails gem: > > sudo gem install multi_rails > > And run tests against a specific version of Rails: > > MULTIRAILS_RAILS_VERSION=2.2.2 rake test:multi_rails:one > > I usually test 2.2.2, 2.3.2, and 2.3.3. Mike says facebooker is good > back to 2.1. Let me know if this helps! > > -- > Matthew Beale :: 607 227 0871 > Resume & Portfolio @ http://madhatted.com > > On Tue, 2009-08-04 at 20:45 -0300, Carlos Kozuszko wrote: >> I''ve made some changes to the plugin and I have been able to do it: >> >> Here''s the fork with the changes: >> >> http://github.com/ckozus/facebooker >> >> One thing though, what do I have to do to run the tests? I don''t >> really know if there are any failing tests with the code I added. I''d >> like to fix that and add a few ones to test what I did. >> >> I''m getting this error when I run rake test: >> >> http://pastie.org/571836 >> >> Thanks! >> >> Carlos K. >> _______________________________________________ >> Facebooker-talk mailing list >> Facebooker-talk at rubyforge.org >> http://rubyforge.org/mailman/listinfo/facebooker-talk > > > _______________________________________________ > Facebooker-talk mailing list > Facebooker-talk at rubyforge.org > http://rubyforge.org/mailman/listinfo/facebooker-talk-- Mike Mangino http://www.elevatedrails.com