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 Build a Simple Ruby on Rails Application Getting Started with Rails Generate a Rails Application

Using a windows 8 not a mac

I seem to be having trouble following along with the instructions because i am not replicating the results well on my PC. currently i am stuck on the, http://localhost:3000/statuses/ , part is there a separate tutorial for windows or any advice you can give?

Stone Preston
Stone Preston
42,016 Points

what exactly is not working? is the page just not displaying? did you start your server?

Yes when i try to access the 0.0.0.0:3000 or even when i go to the local server I'm not generating the same page for the 0.0.0.0:3000/statuses page. Is it a windows thing or is it my computer?

2 Answers

Yes when i try to access the 0.0.0.0:3000 or even when i go to the local server I'm not generating the same page for the 0.0.0.0:3000/statuses page. Is it a windows thing or is it my computer?

Cody Brannon
Cody Brannon
7,494 Points

I ran into this same issue switching back and forth between mac and pc. The fix I found is using 127.0.0.1 instead of 0.0.0.0 to access the local server.