I am trying to install the Facebooker plugin on Rails 3 RC with Ruby 1.9.2-RC2 but I am having some problems.
when I run
rails plugin install git://github.com/joren/facebooker.git
I get the following error
Plugin not found: ["git://github.com/joren/facebooker.git"]
and the facebooker.yml configuration file is not being generated.
Any suggestions on how I could get the Facebooker plugin to install or detailed instructions on another way to use Facebooker with Rails 3 would be greatly appreciated.
Thanks