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 Todo List Application with Rails 4 Build a Todo List Application with Rails 4 Generate a Rails Application

Benjamin Preston
Benjamin Preston
980 Points

Hi, My app won' t open to localhost:3000. It only opens when I use 0.0.0.3000. Why is that?

-

Mine was the same on the Mac. It used to work with localhost:3000 but then I had to switch to using rails server -b 0.0.0.0:3000 to get it to work.

No idea why, so I hope someone can provide an answer!

Steve.

Interesting, thank you. I'll try the --binding 127.0.0.1:3000 option next time I run the server.