Hello, Pure newbie question. After installeing Ruby, Rail and al the gems I am following the tutorial here http://guides.rubyonrails.org/getting_started.html I start a server with Mongrel and it seems to be working, but when I try to acces http://localhost:3000 i get a firefox error: Firefox can''t establish a connection to the server at localhost:3000 I work under Vista with Ruby the latest one-click install ruby. I have tried with Netbeans and with WEBrick but same problem. There is a similar question on this group but no answer that match my problem. Advice welcome.
2009/10/2 Roger_jg <r.tatoud-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>:> > Hello, > > Pure newbie question. > After installeing Ruby, Rail and al the gems I am following the > tutorial here > http://guides.rubyonrails.org/getting_started.html > > I start a server with Mongrel and it seems to be working, but when I > try to acces http://localhost:3000 i get a firefox error: > Firefox can''t establish a connection to the server at localhost:3000How are you starting the server and what is shown at the console when you start it? What is shown when you try webrick (I ask because I am more familiar with that) Colin> > I work under Vista with Ruby the latest one-click install ruby. > > I have tried with Netbeans and with WEBrick but same problem. > > There is a similar question on this group but no answer that match my > problem. > > Advice welcome. > > > >
did you check the port number. is your application opening on 3000 port?? On Oct 3, 4:15 am, Roger_jg <r.tat...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hello, > > Pure newbie question. > After installeing Ruby, Rail and al the gems I am following the > tutorial herehttp://guides.rubyonrails.org/getting_started.html > > I start a server with Mongrel and it seems to be working, but when I > try to acceshttp://localhost:3000i get a firefox error: > Firefox can''t establish a connection to the server at localhost:3000 > > I work under Vista with Ruby the latest one-click install ruby. > > I have tried with Netbeans and with WEBrick but same problem. > > There is a similar question on this group but no answer that match my > problem. > > Advice welcome.
Hi, check firewall in your system , sometimes it may block Dhana On Fri, Oct 2, 2009 at 3:15 PM, Roger_jg <r.tatoud-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Hello, > > Pure newbie question. > After installeing Ruby, Rail and al the gems I am following the > tutorial here > http://guides.rubyonrails.org/getting_started.html > > I start a server with Mongrel and it seems to be working, but when I > try to acces http://localhost:3000 i get a firefox error: > Firefox can''t establish a connection to the server at localhost:3000 > > I work under Vista with Ruby the latest one-click install ruby. > > I have tried with Netbeans and with WEBrick but same problem. > > There is a similar question on this group but no answer that match my > problem. > > Advice welcome. > > > >--~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
mmm... probablemente el error sea causado por que en las preferencias de red de firefox no este agregada localhost... en firefox ... Editar(Edit) |_Preferencias(Preferences) |_ Tab Red(Network) -> boton(button) Configuracion(Configuration) -> Without(Sin) proxy or Configuracion Manual - Manual Configuration escriba en la caja de texto que dice Sin proxy para: localhost, 127.0.0.1 write in the text field that says without proxy for : localhost , 127.0.0.1 On Oct 4, 8:23 am, Dhana Sekar <dhanasakt...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Hi, > check firewall in your system , sometimes it may block > > Dhana > > On Fri, Oct 2, 2009 at 3:15 PM, Roger_jg <r.tat...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > > Hello, > > > Pure newbie question. > > After installeing Ruby, Rail and al the gems I am following the > > tutorial here > >http://guides.rubyonrails.org/getting_started.html > > > I start a server with Mongrel and it seems to be working, but when I > > try to acceshttp://localhost:3000i get a firefox error: > > Firefox can''t establish a connection to the server at localhost:3000 > > > I work under Vista with Ruby the latest one-click install ruby. > > > I have tried with Netbeans and with WEBrick but same problem. > > > There is a similar question on this group but no answer that match my > > problem. > > > Advice welcome.