Greetings!
I have come across a strange issue when trying to install any plugins
into my rails project. When I run the 'script/plugin install' command
nothing happens. I am just presented with a blank command prompt
again. No install happens.
I'm trying to install attachment_fu and restful_authentication on Mac
OS X and am running rails 2.0.2.
Bdeverea-
I'm guessing that ruby might not be in your path...try running this
/usr/bin/env ruby
on my win32 box, it doesn't return immediately, but launches ruby. You
can also run 'which ruby' and that should dump a path to ruby.
-Dale
I sometimes have the same problem, so I usually directly checkout the
whole code from the SVN repository and then manually run the
install.rb script. This works almost every time.