Mekhiya wrote:> hi there!
> i have been trying to set up Rail env on my work local machine[windows
> xp].
> Ruby got installed, but when i try step:
>
>
> gem install rails --remote
>
> It gives me an error,
>
>
> ERROR: While executing gem ... (Gem::RemoteFetcher::FetchError)
> Bad file descriptor - connect(2)(Errno::EBADF)
>
> I tried searching on internet and found people talking abt several
> things,
> 1) mysql port issue
> 2) proxy restrictions
> 3) dont use webrick, instead use mongreal.
>
It seems that the problem is likely to be #2 since you are not being
able to install the Rails gems. If this is just a development platform
to play with Rails, try to get InstantRails. It''s a 1-package, no
modifications required package that just works. Note that it is a big
download.
Otherwise, do a search on how to manage the proxy issue - I haven''t
used
it, so I don''t remember.
Cheers
Mohit.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---