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

Sì, ce ne sono…

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

Nota: questa operazione è irreversibile al 100%, a meno di non recuperare un backup, quindi procedi con cautela.