如果fckedit和ajax连用的话,需要增加一个:before => 'tinyMCE.triggerSave();'
象这样:

<% remote_form_for (@post,:before => 'tinyMCE.triggerSave();') do |f| -%>