htmlタグが含まれる文字列が保存されています。
=> "<p>hey man this is crazy g funk</p>\n<p>here i come with another crazy message from..</p>\n<p>dj eassssy d!@#!.</p>"
これをどのように解析して、HTMLタグが意味する方法を表示しますか?
私は試した:
= Post.text
=h Post.text
= RedCloth.new(Post.text).to_html
= Hpricot(Post.text)