gpt4 book ai didi

formtastic - rails3.1 和 formtastic 2.0.0.rc2 - 未定义的方法 `inputs'

转载 作者:行者123 更新时间:2023-12-02 02:25:00 26 4
gpt4 key购买 nike

我将 rails 3.1.0.rc3 与 formtastic 2.0.0.rc2 一起使用,但出现此错误 -

undefined method `inputs' for #<ActionView::Helpers::FormBuilder:0x000001059c2fb0>

这是代码块

 = form_tag '#', :class => 'formtastic' do
= fields_for CustomFields::Field.new, :builder => Formtastic::Helpers::FormHelper.builder do |g|
= g.inputs :name => :attributes do
= g.input :_alias
= g.input :hint
= g.input :text_formatting, :as => 'select', :collection => options_for_text_formatting, :include_blank => false, :wrapper_html => { :style => 'display: none' }
= g.input :target, :as => 'select', :collection => options_for_association_target, :include_blank => false, :wrapper_html => { :style => 'display: none' }

这是一个错误吗?

谢谢,亚历克斯

最佳答案

您正在尝试在此处使用 formtastic 方法。当您实际处于 Rails 表单生成器的 block 中时。

例如,您需要在 Gemfile 中使用 semantic_form_for 和 formtastic 才能使用 f.inputs..

关于formtastic - rails3.1 和 formtastic 2.0.0.rc2 - 未定义的方法 `inputs',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6379007/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com