If I want to completely delete a post, I should just hide them?

Yes there are …

./launcher enter app
rails c
Post.find(THE_POST_ID).destroy

Note this is 100% non recoverable short of grabbing a backup, so be careful.

10 Likes