Hi all, In the recent Advanced Rails Recipes book, Ezra states that Rails needs a little bit of adjustment for its restful routing to work with Facebook. He suggests created an initializer named facebook_overrides.rb and adding this code: http://pastie.caboo.se/206696 But I was just testing restful routing without that code, and Rails seemed to be working fine with Facebook. I''m using Facebooker, so I was wondering if Facebooker has integrated Ezra''s code. Is Ezra''s recipe needed anymore? Thanks! -JontheWayne -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/facebooker-talk/attachments/20080601/eac9e35d/attachment-0001.html>
Mike Mangino
2008-Jun-01 14:57 UTC
[Facebooker-talk] Is Ezra''s RESTful recipe needed anymore?
A very similar fix was integrated right after Facebook started passing in the request method, so Ezra''s code is no longer necessary. Mike On Jun 1, 2008, at 3:00 AM, Jon wrote:> Hi all, > > In the recent Advanced Rails Recipes book, Ezra states that Rails > needs a little bit of adjustment for its restful routing to work > with Facebook. He suggests created an initializer named > facebook_overrides.rb and adding this code: > > http://pastie.caboo.se/206696 > > But I was just testing restful routing without that code, and Rails > seemed to be working fine with Facebook. I?m using Facebooker, so I > was wondering if Facebooker has integrated Ezra?s code. > > Is Ezra?s recipe needed anymore? > > Thanks! > > -JontheWayne > _______________________________________________ > Facebooker-talk mailing list > Facebooker-talk at rubyforge.org > http://rubyforge.org/mailman/listinfo/facebooker-talk-- Mike Mangino http://www.elevatedrails.com
Oh sweet, that''s good to hear. Thanks Mike! -----Original Message----- From: Mike Mangino [mailto:mmangino at elevatedrails.com] Sent: Sunday, June 01, 2008 7:58 AM To: Jon Cc: facebooker-talk at rubyforge.org Subject: Re: [Facebooker-talk] Is Ezra''s RESTful recipe needed anymore? A very similar fix was integrated right after Facebook started passing in the request method, so Ezra''s code is no longer necessary. Mike On Jun 1, 2008, at 3:00 AM, Jon wrote:> Hi all, > > In the recent Advanced Rails Recipes book, Ezra states that Rails > needs a little bit of adjustment for its restful routing to work > with Facebook. He suggests created an initializer named > facebook_overrides.rb and adding this code: > > http://pastie.caboo.se/206696 > > But I was just testing restful routing without that code, and Rails > seemed to be working fine with Facebook. I''m using Facebooker, so I > was wondering if Facebooker has integrated Ezra''s code. > > Is Ezra''s recipe needed anymore? > > Thanks! > > -JontheWayne > _______________________________________________ > Facebooker-talk mailing list > Facebooker-talk at rubyforge.org > http://rubyforge.org/mailman/listinfo/facebooker-talk-- Mike Mangino http://www.elevatedrails.com