see your hand in front of your, uh, face: facebook_exceptions

Sucks to be working hard on your Tamagotchi armadillo + tumblelogging viral Facebook mashup and see:

update

Official documentation is here.

install

As usual, it lives in the Fauna. Install via Piston, or otherwise the old-school way:

script/plugin install -x svn://rubyforge.org/var/svn/fauna/facebook_exceptions/trunk

No tarballs/gems yet. Requires edge Rails, probably.

support

The support forum is here.

8 Comments

  1. Posted August 20, 2007 at 8:29 PM | Permalink

    What is the bigger picture here? How are Rails and Facebook interacting?

  2. Posted August 20, 2007 at 8:29 PM | Permalink

    Great work Evan, really handy for developing Rails-based Facebook apps.

  3. Posted August 20, 2007 at 8:29 PM | Permalink

    Nice work, Evan. I’ll definitely check this out.

  4. Posted August 20, 2007 at 8:29 PM | Permalink

    Just a heads up—I had to add unloadable following the class ApplicationController line:

    class ApplicationController
      unloadable
    
      def facebook_rescues_path(template_name)
    ...
    

    Related to http://dev.rubyonrails.org/ticket/6001 (see the last comment on the ticket).

  5. Posted August 20, 2007 at 8:30 PM | Permalink

    That fix didn’t work for me… instead I had to remove unloadable from both regular ApplicationController (app/controllers/application.rb) and the version in facebook_exceptions.rb to get the overrides to stay loaded.

    What Rails version are you using?

  6. Posted August 20, 2007 at 8:31 PM | Permalink

    This looks great—can you please elaborate on how to use it and install it for the less experienced?

    I got the files from SVN—what is the next step?

  7. Posted August 20, 2007 at 8:32 PM | Permalink

    If you ran the command above from the root of your Rails app, there isn’t any next step.

    See Geoff’s article for more information on plugins.

  8. Posted August 20, 2007 at 8:33 PM | Permalink

    Lior >> Put the directory it in your vendor/plugins/ directory and it will load automagically.

Follow

Get every new post delivered to your Inbox.

Join 66 other followers