Displaying 1 result from an estimated 1 matches for "facebook_overrid".
Did you mean:
facebook_overrides
2008 Jun 01
2
Is Ezra''s RESTful recipe needed anymore?
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...