gem富不在Active_admin中出现

时间:2018-05-21 17:09:54

标签: ruby-on-rails ruby activeadmin rich-text-editor

我在我的Rails 4.1.5项目中安装了gem。我正在使用Active Admin。在我的admin文件中,我有一行调用rich:

f.input :content, :as => :rich, :config => { :height => '200px' }, :label => 'Conteúdo'

但是当我打开Active_admin时,富人不会出现(应该出现在第一个字段的正下方): enter image description here

我的宝石文件: gem 'rich', :git => 'https://github.com/kreativgebiet/rich.git'

在我的application.rb中,我有以下几行:

config.assets.prefix = '/lince/assets'
config.relative_url_root = '/lince'
config.action_controller.relative_url_root = '/lince'

当我尝试没有这条线时,富有效。

任何人都可以帮助我吗?我无法理解为什么这不起作用。

感谢。

1 个答案:

答案 0 :(得分:0)

富豪多年来一直没有更新。我建议您查看其他WYSIWYG editors