entry.content "<img src=#{resource.image.url(:medium)} width='280', height='180'>".html_safe, :type => 'html'
ただし、Chromeで表示すると、出力は次のようになります。
<content type="html"><img src=http://s3.amazonaws.com/agile_designer_uploads/images/790/medium.png?1356457984 width='280', height='180'></content>
img タグだけが適切にレンダリングされれば、すべてバラ色になります。
これを適切にレンダリングする方法についてのアイデアはありますか?