The user should be able to see each post’s name, author, and date published on the overview page (aka the index page). The name of the post should link to the post show page. The index page should include a “New Post” link or button.
Maybe now would be a good time to discuss Active Record! Can anyone explain it?
RailsGuides - Listing All Posts: http://guides.rubyonrails.org/v4.0/getting_started.html#listing-all-posts Feel free to disregard the JSON stuff on this page, if you're so inclined. Bootstrap - Style that table! http://getbootstrap.com/css/#tables
Go on to Add Replying