On of Guyrens tips from last months meeting was to create and SSH tunnel for dealing with Facebook, Twitter and other external services during development. I extracted the rake tasks out of Facebooker into their own gem called Tunnelr. I've got it up on Github at http://github.com/notch8/tunnelr
script/plugin install http://github.com/notch8/tunnelr rake tunnelr:setup # Edit config/tunnelr.yml rake tunnelr # or rake tunnelr:background_start Best, Rob -- SD Ruby mailing list [email protected] http://groups.google.com/group/sdruby
