I tried to download the engine pluging using the ruby script/plugin method but it does not work. Here is the errors logged into console: C:\Ruby\InstantRails\rails_apps\theapp>ruby script\plugin install engines script/plugin: No such file or directory - svn --version script/plugin: No such file or directory - svn ls http://dev.rubyonrails.com/svn /rails/plugins/ C:/Ruby/InstantRails/ruby/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/commands/plugin .rb:313:in `plugins': private method `split' called for nil:NilClass (NoMethodEr ror) from C:/Ruby/InstantRails/ruby/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/co mmands/plugin.rb:321:in `each' from C:/Ruby/InstantRails/ruby/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/co mmands/plugin.rb:238:in `find_plugin' from C:/Ruby/InstantRails/ruby/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/co mmands/plugin.rb:237:in `each' from C:/Ruby/InstantRails/ruby/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/co mmands/plugin.rb:237:in `find_plugin' from C:/Ruby/InstantRails/ruby/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/co mmands/plugin.rb:696:in `parse!' from C:/Ruby/InstantRails/ruby/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/co mmands/plugin.rb:692:in `each' from C:/Ruby/InstantRails/ruby/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/co mmands/plugin.rb:692:in `parse!' from C:/Ruby/InstantRails/ruby/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/co mmands/plugin.rb:411:in `parse!' from C:/Ruby/InstantRails/ruby/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/co mmands/plugin.rb:427:in `parse!' from C:/Ruby/InstantRails/ruby/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/co mmands/plugin.rb:823 from C:/Ruby/InstantRails/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_re quire.rb:21:in `require__' from C:/Ruby/InstantRails/ruby/lib/ruby/site_ruby/1.8/rubygems/custom_re quire.rb:21:in `require' from C:/Ruby/InstantRails/ruby/lib/ruby/gems/1.8/gems/activesupport-1.2. 5/lib/active_support/dependencies.rb:214:in `require' from script/plugin:3
on 2006-01-16 19:55
on 2006-01-18 17:31
Chris Laurie wrote: > I tried to download the engine pluging using the ruby script/plugin > method but it does not work. Here is the errors logged into console: > > C:\Ruby\InstantRails\rails_apps\theapp>ruby script\plugin install > engines > script/plugin: No such file or directory - svn --version > script/plugin: No such file or directory - svn ls > http://dev.rubyonrails.com/svn > /rails/plugins/ > C:/Ruby/InstantRails/ruby/lib/ruby/gems/1.8/gems/rails-1.0.0/lib/commands/plugin > .rb:313:in `plugins': private method `split' called for nil:NilClass > (NoMethodEr > ror) > from I think this means that you do not have svn configured correctly, specifically that svn is not in your PATH.
on 2006-01-20 06:58
Do you have svn installed on your machine? It seems like the script/plugin command is making calls to svn, but cannot find it on your system. - james
on 2006-01-21 00:46
James Adam wrote: > Do you have svn installed on your machine? It seems like the > script/plugin command is making calls to svn, but cannot find it on > your system. > > - james Right, if you've just got TortoiseSVN or some other client, that won't work...you actually need SVN itself.
Please log in before posting. Registration is free and takes only a minute.
Existing account
(Switch to SSL-encrypted connection)
NEW: Do you have a Google/GoogleMail or Yahoo account? No registration required!
Log in with Google account | Log in with Yahoo account
Log in with Google account | Log in with Yahoo account
No account? Register here.