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 trialEvan White
959 PointsRails server not showing up in web browser
I'm copying the URL address correctly, but it says that the website is unavailable at this time. Not sure if I'm missing something or installed rails incorrectly.
2 Answers
rayorke
27,709 PointsHi Evan! Just wanted to make sure you are doing the following:
- Run the webserver at the command prompt:
$rails server
- Once the server has booted, in your browser's address bar type:
localhost:3000
That should load the default Ruby on Rails page.
Evan White
959 PointsThank you!
Tripecta Sdn Bhd
Courses Plus Student 13,108 PointsTripecta Sdn Bhd
Courses Plus Student 13,108 Pointsalternatively, you may also 127.0.0.1:3000 assuming Evan is on a windows machine but anyways localhost:3000 is much easier to remember