编辑 Rails gem

Redactor Rails gem

我已经浏览过 Redactor rails gem 好几次了,但是很难让编辑器出现在我的页面上。我已经初始化了编辑器:

     <%= f.text_field :content, class: 'redactor form-control', :placeholder => "Place content Here!", id: "redactor"%>

我在这里做错了什么?我给了它一个唯一的 ID 并放置了编辑器 class 那么还有什么会丢失?

您应该初始化编辑器。您将获得详细的文档 here

下面的代码对你有用

$('#redactor').redactor({ options });