On Apr 7, 2006, at 2:01 AM, Prashant Tiwari wrote:
> Hi,
> How to install specific plugins in RoR environment?
> I tried with following .
> =========================> /script/plugin install
http://topfunky.net/svn/plugins/css_graphs
> ================================>
> But with this I got error as :-"The system can not find path
specifed"
You need to remove the slash at the beginning of "/script/plugin"
because it is looking at the root of your hard drive. Instead, you
need to make sure you are in your rails project directory, then use a
local path (without the beginning slash).
script/plugin install http://topfunky.net/svn/plugins/css_graphs
Hope that helps.
Ryan