Hi,
I am using Netbeans 6.5.1(on windows) for rails. I am trying to add new plugins from the rails console like for example
ruby script/plugin install svn://svn.seesaw.it/tabnav
But this pops the foll error :
(irb):1: syntax error, unexpected tIDENTIFIER, expecting kDO or '{' or '(' ruby script/plugin install svn://svn.seesaw.it/tabnav
Can someone let me know how to correct this error and install any plugin successfully?
Thanks