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 trialJoy Anne
234 PointsRuby 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.
Joy Anne
234 PointsOh, that's just from me typing it in wrong.
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?
Ethan Rivas
9,979 PointsEthan Rivas
9,979 PointsHi! There's a comma instead of a dot ->
Γ¬ndex.html,erb
` or you just write it here?