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 Ruby on Rails 5 Basics Adding a Model Attribute Updating Views

Ruby on Rails 5 Basics Updating Views, localhost:3000/posts/ no longer available

I've been following along with the videos, and I just updated my index.html,erb file to include the body, but now when I go to http://localhost:3000/posts/ the page is no longer available. The message is This site can't be reached. I googled it, and one site suggested running the server again, so I did bin/rails server but that didn't have any effect.

Ethan Rivas
Ethan Rivas
9,979 Points

Hi! There's a comma instead of a dot -> Γ¬ndex.html,erb` or you just write it here?

Oh, that's just from me typing it in wrong.

Jay McGavren
Jay McGavren
Treehouse Teacher

@joyanne, it does sound like your Rails server is not running. Can you copy and paste the output from bin/rails server that you see in your terminal?