Mayada Alraegi
2013-Oct-31 18:04 UTC
Oops! Google Chrome could not connect to localhost:3000
I am a begginer in ROR and using this tutorial:http://ruby.railstutorial.org/chapters/a-demo-app#sec-deploying_the_demo_app to get a head start I got every thing working fine(installation ....) but I went to chapter 2 for the demo appliaction I can''t get see the output on my local server for http://localhost:3000/users instead I got this google chrom message Oops! Google Chrome could not connect to localhost:3000 any help please? it seems a trivial issue but it took a toll on me since I am just a new ROR programmer -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/27b501d9-54fc-453a-bdcc-10542fd90253%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
Colin Law
2013-Nov-01 11:52 UTC
Re: Oops! Google Chrome could not connect to localhost:3000
On 31 October 2013 18:04, Mayada Alraegi <mayada.abdullateef-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I am a begginer in ROR and using this > tutorial:http://ruby.railstutorial.org/chapters/a-demo-app#sec-deploying_the_demo_app > to get a head start I got every thing working fine(installation ....) but I > went to chapter 2 for the demo appliaction > I can''t get see the output on my local server for > http://localhost:3000/users > instead I got this google chrom message > Oops! Google Chrome could not connect to localhost:3000What do you see in the terminal window when you start the server? Colin -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAL%3D0gLuTPfr%3D8syO8AmWh1Y5irEMUDgTiAr1F-ys3V-EJ%3D6NJw%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.
Fahim Patel
2013-Nov-02 20:34 UTC
Re: Oops! Google Chrome could not connect to localhost:3000
On Thursday, October 31, 2013 11:34:23 PM UTC+5:30, Mayada Alraegi wrote:> > I am a begginer in ROR and using this tutorial: > http://ruby.railstutorial.org/chapters/a-demo-app#sec-deploying_the_demo_app > to get a head start I got every thing working fine(installation ....) but > I went to chapter 2 for the demo appliaction > I can''t get see the output on my local server for > http://localhost:3000/users > instead I got this google chrom message > Oops! Google Chrome could not connect to localhost:3000 > > > any help please? > it seems a trivial issue but it took a toll on me since I am just a new > ROR programmer >Did you successfully done with database migration ? Fahim -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/8bb86f57-97e0-414f-9cbb-9b28b1476d3e%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
Selvakumar
2013-Nov-04 09:46 UTC
Re: Oops! Google Chrome could not connect to localhost:3000
Looks like the server didn''t start. It should happen on all browsers not only on chrome. Follow the section 1.2.5 of same tutorial and check whether the server starts it''s execution without throwing any error. You should do this:- $ rails server=> Booting WEBrick=> Rails application starting on http://0.0.0.0:3000=> Call with -d to detach=> Ctrl-C to shutdown server On Thursday, 31 October 2013 23:34:23 UTC+5:30, Mayada Alraegi wrote:> > I am a begginer in ROR and using this tutorial: > http://ruby.railstutorial.org/chapters/a-demo-app#sec-deploying_the_demo_app > to get a head start I got every thing working fine(installation ....) but > I went to chapter 2 for the demo appliaction > I can''t get see the output on my local server for > http://localhost:3000/users > instead I got this google chrom message > Oops! Google Chrome could not connect to localhost:3000 > > > any help please? > it seems a trivial issue but it took a toll on me since I am just a new > ROR programmer > > >-- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/af40cdb7-4adb-4fab-b97e-09ff42afb2d8%40googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.