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

Evan White
Evan White
959 Points

Rails 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

Hi Evan! Just wanted to make sure you are doing the following:

  1. Run the webserver at the command prompt: $rails server
  2. Once the server has booted, in your browser's address bar type: localhost:3000

That should load the default Ruby on Rails page.

alternatively, you may also 127.0.0.1:3000 assuming Evan is on a windows machine but anyways localhost:3000 is much easier to remember