检查后,所有的冒险资产似乎都在加载:JS,CSS和text-area = bootsy显示在目标部分[第1部分]。我在初始化程序中启用了基本功能,并在我的模型中包含了bootsy容器。 Bootsy 根本没有出现,需要帮助才能了解原因。这就是我所拥有的:
版本: Ruby 2.1.2,Rails 4.1
型号
class About < ActiveRecord::Base
include Bootsy::Container
end
查看:_ form.html.erb
<%= casein_text_area f, f.object, :section_1, as: :bootsy %>
HTML输出:
<textarea as="bootsy" class="form-control" id="about_section_1" name="about[section_1]">
Hello Lorem Ipsum
</textarea>
正在加载的文件:
/assets/bootsy/bootstrap-wysihtml5.css?body=1 /assets/bootsy/bootsy.css?body=1" /assets/bootsy/wysihtml5.js?body=1" /assets/bootsy/bootstrap-wysihtml5.js?body=1" /assets/bootsy/bootsy.js?body=1" /assets/bootsy/bootstrap.file-input.js?body=1 /assets/bootsy/init.js /assets/bootsy/editor_options.js /assets/bootsy/translations.js?body=1 /assets/bootsy.js?body=1
答案 0 :(得分:0)
为了实现这一目标,我将观点改为:
<%= casein_text_area f, f.object, :section_1, class: :bootsy_text_area %>