Oops! Google Chrome could not connect to localhost:3000

424 views
Skip to first unread message

Mayada Alraegi

unread,
Oct 31, 2013, 2:04:23 PM10/31/13
to rubyonra...@googlegroups.com
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 
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


Colin Law

unread,
Nov 1, 2013, 7:52:58 AM11/1/13
to rubyonra...@googlegroups.com
On 31 October 2013 18:04, Mayada Alraegi <mayada.ab...@gmail.com> 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

What do you see in the terminal window when you start the server?

Colin

Fahim Patel

unread,
Nov 2, 2013, 4:34:37 PM11/2/13
to rubyonra...@googlegroups.com
Did you successfully done with database migration ?

Fahim 

Selvakumar

unread,
Nov 4, 2013, 4:46:52 AM11/4/13
to rubyonra...@googlegroups.com
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
Reply all
Reply to author
Forward
0 new messages