At the time of installation of rails 2.3.2 it gives an error ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError) SocketError reading http://gems.rubyforge.org/gems/rake-0.8.7.gem actually i want to install rails 2.2.2. help me out!!! -- Posted via http://www.ruby-forum.com/.
On Tue, May 26, 2009 at 5:49 AM, Sushrut Sathe < rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > At the time of installation of rails 2.3.2 > it gives an error > > ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError) > SocketError reading http://gems.rubyforge.org/gems/rake-0.8.7.gem > > actually i want to install rails 2.2.2. > > > help me out!!! > -- > Posted via http://www.ruby-forum.com/. >If you want to install 2.2.2, you''ll need to do the following: sudo gem install rails -v 2.2.2 Good luck, -Conrad --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
Conrad Taylor wrote:> On Tue, May 26, 2009 at 5:49 AM, Sushrut Sathe < > rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote: > >> help me out!!! >> -- >> Posted via http://www.ruby-forum.com/. >> > > If you want to install 2.2.2, you''ll need to do the following: > > sudo gem install rails -v 2.2.2 > > Good luck, > > -ConradI install rail -v 2.2.2 on windows then?????? -- Posted via http://www.ruby-forum.com/.
At the time of installation of rails 2.3.2 it gives an error ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError) SocketError reading http://gems.rubyforge.org/gems/rake-0.8.7.gem actually i want to install rails 2.2.2. ON WINDOWS Plz help!!! -- Posted via http://www.ruby-forum.com/.
On Tue, May 26, 2009 at 6:06 AM, Sushrut Sathe < rails-mailing-list-ARtvInVfO7ksV2N9l4h3zg@public.gmane.org> wrote:> > At the time of installation of rails 2.3.2 > it gives an error > > ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError) > SocketError reading http://gems.rubyforge.org/gems/rake-0.8.7.gem > > actually i want to install rails 2.2.2. ON WINDOWS > Plz help!!!On Windows, you''ll have to do the following in the dos prompt: gem install rails -v 2.2.2 -Conrad --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---