I am trying the following tutorial for facebook using Jruby on Rails
http://www.nolanconsul.com/articles/facebooker-tutorial/
One of the steps is
rails mygreatapp
cd mygreatapp
script/plugin install
git://github.com/mmangino/facebooker.git
I am getting stumped here
Since I am using Jruby really and not ruby- I tried the following
command
jruby script/plugin install git://github.com/mmangino/facebooker.git
But it’s not working
I am not getting any errors but am not getting any indication that
something
positive has happened eitehr
No files created… No message on console
I’ve seen this also. fwiw, you can run script/plugin using MRI and it
tends to work.
-Bob
Can you file a bug on this? We should follow up and make sure we get
this working.
Thanks,
/Nick
On Thu, May 27, 2010 at 6:33 PM, Rajiv N. [email protected]
wrote:
Since I am using Jruby really and not ruby- I tried the following command
jruby script/plugin install git://github.com/mmangino/facebooker.git
But it’s not working
I am not getting any errors but am not getting any indication that something
positive has happened eitehr
No files created… No message on console
-Rajiv
www.rajivnarula.com
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email
Oh sure !
I am so new to Jruby wasn’t sure if I am doing something outrightly
incorrect
will do so now