I have installed Ruby 1.8.6 with Rails 2.0.2 on Windows XP and am trying to install the will_paginate plugin. At a command prompt I enter ruby script/plugin install svn://errtheblog.com/svn/plugins/will_paginate The command prompt returns will nothing appearing. The /vendor/plugins/ directory does not have a will_paginate sub directory. I have been trying this for several days. -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Have you tried script/plugin discover before? Try this and then a scrip/plugin install will_paginate should work - work here. On 28 Dez., 14:53, Gene Brumm <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> I have installed Ruby 1.8.6 with Rails 2.0.2 on Windows XP and am trying > to install the will_paginate plugin. At a command prompt I enter > > ruby script/plugin install > svn://errtheblog.com/svn/plugins/will_paginate > > The command prompt returns will nothing appearing. The /vendor/plugins/ > directory does not have a will_paginate sub directory. > > I have been trying this for several days. > -- > Posted viahttp://www.ruby-forum.com/.--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Jochen Kaechelin wrote:> Have you tried script/plugin discover before? > Try this and then a scrip/plugin install will_paginate should work - > work here. > > On 28 Dez., 14:53, Gene Brumm <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org>I tried your suggestion, and it still doesn''t work. See the Word attachment. I terminated the script/plugin discover with Ctrl-C after "Y" for svn://errtheblog.com/svn/plugins Attachments: http://www.ruby-forum.com/attachment/1221/Plugin.zip -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Looks like you dont have svn installed... On Dec 28, 7:22 am, Gene Brumm <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> Jochen Kaechelin wrote: > > Have you tried script/plugin discover before? > > Try this and then a scrip/plugin install will_paginate should work - > > work here. > > > On 28 Dez., 14:53, Gene Brumm <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> > > I tried your suggestion, and it still doesn''t work. See the Word > attachment. I terminated the script/plugin discover with Ctrl-C after > "Y" for svn://errtheblog.com/svn/plugins > > Attachments:http://www.ruby-forum.com/attachment/1221/Plugin.zip > > -- > Posted viahttp://www.ruby-forum.com/.--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Arun is correct.For this to work you need to have SVN installed. You can install TortoiseSVN for windows and then (after rebooting) you''ll be able to right click in vendor/plugins and go to the tortoiseSVn menu, click checkout and type in that URL. Ryan Bigg http://www.frozenplague.net Feel free to add me to MSN and/or GTalk as this email. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Subversion (SVN) available at http://subversion.tigris.org/project_packages.html and Tortoise SVn available at http://tortoisesvn.net/downloads and Installation screen cast at http://www.youtube.com/watch?v=bTWEAFh5rao -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---