我只有使用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对我不起作用