Home » Questions » Computers [ Ask a new question ]

Facebook with Ruby on Rails

Facebook with Ruby on Rails

I'm trying to follow the Facebooker tutorial (for Ruby on Rails) but I can't get the ssh tunnel running:

Asked by: Guest | Views: 247
Total answers/comments: 1
Guest [Entry]

"okay, I've figured it out.
Apparently, I was missing some definitions in my facebooker.yml file.

I had to put in the host and usernam.

I discovered this by going into vendor/plugins/facebooker/lib/tasks/tunnel.rake and putting adding the following line to the end of the :config directive:

@notification <<""using the following ssh command: \n #{@ssh_command}""

Then, when I call rake with -t option, I get an output of how the command will be executed.
I saw a trailing @ at the end of the command, and realized what was missing.
Yay me!"