SyntaxError
/Users/○○/projects/ourblog_error2/app/controllers/posts_controller.rb:47:syntax error,unexpected end-of-input,expecting end
上記は、post_controller.rbの47行目に文法的な間違いがあり、
さらにunexpected end-of-input,expecting end よりendの数が足りないことが分かります。
したがってendを追加する修正を行います。