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" How to install plugins? Thanx, Prash -- Posted via http://www.ruby-forum.com/.
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
Reasonably Related Threads
- Rails Plugins: How to copy artefacts to the public directory during install? When is install.rb executed anyway?
- How to find particular pattern in string?
- How to check for presence of particular value entered ?
- pls help me regarding Maths round up function.....
- How to get difference between two dates in days???