Cant Connect to Localhost for my existing project .

Hi , This has been a daunting task . One i type ‘rails s’ on my console i get no error … but doesn’t reflect on localhost:3000 on any of my browsers.

Also the problem is only with my existing project , if i create a new project it works …

i have tried everything from checking my hosts file to trying telnet … but other than my existing project … everything looks fine .

Also no error in logs or console … everything starts normally …

it can’t be a localhost problem because other project works , just one specific doesn’t …

I bought a new mac pro … earlier was working on linux and it works fine on it …

Please Help.

Palak Mehta.

Hi , This has been a daunting task . One i type 'rails s' on my console i get no error .. but doesn't reflect on localhost:3000 on any of my browsers. Also the problem is only with my existing project , if i create a new project it works ..

Copy/paste the complete output from the terminal when you run rails s.

What do you see in the browser when you try to access localhost:3000 in Firefox.

Is there any output in the server terminal window when you try to access localhost:3000?

Please answer all questions.

Colin