Hi, I am new to Rails. I installed ruby in my system and when I try to install rails it is giving error and later I realized that my proxy server is blocking the rails gem download. So I downloaded the rails2.1 gem and what is the gem install command to install rails. Please help me I am totally on hold because of this. Expecting a quick reply :) Thanks, Ramu. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
On Oct 5, 8:46 am, "bramu...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" <bramu...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi, > > I am new to Rails. I installed ruby in my system and when I try to > install rails it is giving error and later I realized that my proxy > server is blocking the rails gem download. So I downloaded the > rails2.1 gem and what is the gem install command to install rails. >gem help install should help you out. Fred> Please help me I am totally on hold because of this. Expecting a > quick reply :) > > Thanks, > Ramu.--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
bramu.ss-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org
2008-Oct-05 13:44 UTC
Re: Rails installation
I did that. But it was asked for rake 0.8 then I installed rake. Now it is asking for Active support. Is there any package with all the gems?? Thanks, Ramu. On Oct 5, 5:00 pm, Frederick Cheung <frederick.che...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On Oct 5, 8:46 am, "bramu...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" <bramu...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi, > > > I am new to Rails. I installed ruby in my system and when I try to > > install rails it is giving error and later I realized that my proxy > > server is blocking the rails gem download. So I downloaded the > > rails2.1 gem and what is the gem install command to install rails. > > gem help install should help you out. > > Fred > > > Please help me I am totally on hold because of this. Expecting a > > quick reply :) > > > Thanks, > > Ramu.--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Not sure if this will help, but gems will traverse a proxy server if you tell it where to go by setting an environment variable like so: http_proxy=http://win_username:win_password-cXnWjQoMorxumWZdvSaW2WXnswh1EIUO@public.gmane.org:port_number So for me it''d be something like: http_proxy=http://win_username:win_password-eu01HPUsF/K+51mZqJFLXQ@public.gmane.org:8080 I normally set that manually on a command line & then issue the appropriate gem command. HTH, -Roy -----Original Message----- From: rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org [mailto:rubyonrails-talk@googlegroups.com] On Behalf Of bramu.ss-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org Sent: Sunday, October 05, 2008 6:45 AM To: Ruby on Rails: Talk Subject: [Rails] Re: Rails installation I did that. But it was asked for rake 0.8 then I installed rake. Now it is asking for Active support. Is there any package with all the gems?? Thanks, Ramu. On Oct 5, 5:00 pm, Frederick Cheung <frederick.che...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> On Oct 5, 8:46 am, "bramu...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org" <bramu...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Hi, > > > I am new to Rails. I installed ruby in my system and when I try > > to install rails it is giving error and later I realized that my > > proxy server is blocking the rails gem download. So I downloaded the > > rails2.1 gem and what is the gem install command to install rails. > > gem help install should help you out. > > Fred > > > Please help me I am totally on hold because of this. Expecting a > > quick reply :) > > > Thanks, > > Ramu.--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---