the-trash/the_comments

Comments disappear after page refresh

Closed this issue · 1 comments

I have implemented the installation steps in the README but I'm finding that comments disappear when the page is refreshed.

My app is rails 4.0.2 on ruby 2.1.0.

Comments do work, and they display fine after they are created, but they disappear from view when the page is refreshed, and when the user returns after navigating away. Comments are persisted to the dabatase.

Dunno what I'm doing wrong. Where can I start, is this unusual? There are no error messages in server logs.

Doh, forgot to add @comments = @video.comments.with_state([:draft, :published]) to controller method!

Comments sustain now. Closing bug.