I’m supposed to at least see the form after completing step 10, right?
Hey Adam,
That’s correct, when you visit https://localhost:8080 in the browser, you should see a form
I’ve completed the project with no problems but am getting a 502 Bad Gateway error at the moment, though. Is that the error you’re getting?
Link to Project, in case I need it again: https://www.codecademy.com/en/courses/learn-rails/projects/learn-rails_threadly
I’m getting an error here as well.
The error message reads:
NoMethodError in Posts#index
In the code breakdown, the following line of my code is highlighted:
<%= f.text_field :comment %>
But the previous line, which also uses the name “:comment” is not highlighted
Any ideas?
Thanks in advance.
Thanks! Took another swing at it today and got it to work. Not entirely sure what I was doing wrong the other day.