I''m using a Macbook with Leopard 10.5.4 . When I try to install a plugin from a remote source via Terminal it takes a long time to finish downloading all the files to my vendor/plugins folder. My internet connection is not slow (average of 4Mbps). When surfing with a normal browser, eg firefox, it''s not slow at all . I tried several plugins from different locations and with all of them installation was very slow. Does anyone have an idea why it''s too slow? -- 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 -~----------~----~----~----~------~----~------~--~---
What version of RubyGems? Are you getting your pugins with Git or Subversion? Have you tried to ssh into another box on your network? Is that slow also? Are you on a wired or wireless connection? Are you on a company LAN? Have you tried installing gems or plugins from a different location (maybe a Wi-Fi hotspot)? I have seen odd connection issues in the past on networks with improper DNS configurations. Soh Dubom wrote:> I''m using a Macbook with Leopard 10.5.4 . When I try to install a plugin > from a remote source via Terminal it takes a long time to finish > downloading all the files to my vendor/plugins folder. My internet > connection is not slow (average of 4Mbps). When surfing with a normal > browser, eg firefox, it''s not slow at all . I tried several plugins from > different locations and with all of them installation was very slow. > Does anyone have an idea why it''s too slow?-- 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 -~----------~----~----~----~------~----~------~--~---
My RubyGems is 1.2.0 I didn''t install the plugins via Git or SVN, just used the terminal, ex: script/plugin install http://svn.viney.net.nz/things/rails/plugins/acts_as_taggable_on_steroids/ And then wait for around 30min to have it finished. I''m at home with a wireless connection. I''ll first try the non-wireless mode, then try another box, maybe Windows, just to see what happens. ================== Robert Walker wrote:> What version of RubyGems? > Are you getting your pugins with Git or Subversion? > Have you tried to ssh into another box on your network? Is that slow > also? > Are you on a wired or wireless connection? > Are you on a company LAN? > Have you tried installing gems or plugins from a different location > (maybe a Wi-Fi hotspot)? > I have seen odd connection issues in the past on networks with improper > DNS configurations.-- 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 -~----------~----~----~----~------~----~------~--~---
You might what to install it with the verbose flag ( -v ) to see why its taking so long. Also , with atleast gem <1.2 , passing the flags -- no-rdoc --no-ri to the gem install command would speed it up , you get no documentation though. Also you might want to ping the server itself to see if its just the server. James On Sep 18, 7:10 pm, Soh Dubom <rails-mailing-l...-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> My RubyGems is 1.2.0 > > I didn''t install the plugins via Git or SVN, just used the terminal, ex: > > script/plugin installhttp://svn.viney.net.nz/things/rails/plugins/acts_as_taggable_on_ster... > > And then wait for around 30min to have it finished. > > I''m at home with a wireless connection. > > I''ll first try the non-wireless mode, then try another box, maybe > Windows, just to see what happens. > > ==================> > Robert Walker wrote: > > What version of RubyGems? > > Are you getting your pugins with Git or Subversion? > > Have you tried to ssh into another box on your network? Is that slow > > also? > > Are you on a wired or wireless connection? > > Are you on a company LAN? > > Have you tried installing gems or plugins from a different location > > (maybe a Wi-Fi hotspot)? > > I have seen odd connection issues in the past on networks with improper > > DNS configurations. > > -- > 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 -~----------~----~----~----~------~----~------~--~---