生产中的Ckeditor错误500

时间:2013-11-14 10:17:09

标签: ruby-on-rails ckeditor production-environment

我只有使用ckeditor gem生成以下问题

ActionView::Template::Error (No input found for ckeditor):
 9:   <% end %>
10:
11:   <div class="inputs clearfix">
12:     <%= f.input :content, as: :ckeditor, input_html: { ckeditor: {toolbar: 'Basic'} }  %>
13:   </div>
14:
15:   <div class="clear-row h10"></div>

我正在使用SimpleForm,rails,安装了gem,用于复制nodigest资产的rake任务,这https://github.com/galetahub/ckeditor/issues/91对我不起作用

0 个答案:

没有答案