Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Ruby

Can't Get a Server Going.

I use the 'rails server' command, but when I enter the http://0.0.0.0:3000 into my browser, nothing happens. Can anyone explain to me why or how this is happening?

Notes - Operating System : Windows 64-bit

I just went through this last night myself and after a little research I found if I typed localhost:3000 it would connect. Not sure if it's a difference between Mac and Windows, but it worked for me.

Thank you so much, it worked!

George Offley
George Offley
Courses Plus Student 7,386 Points

http://127.0.0.1:3000 would work as well since that is the loop back address for your computer.

1 Answer