Giter VIP home page Giter VIP logo

has_magic_fields's People

Contributors

ikeqiao avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

has_magic_fields's Issues

HasMagicField not working with forms

I am fresher in rails , I am not confirmed whether the issue is with has magic field gem or with my understanding. I would like to get help on following issues
I am using cocoon gem for nested form
I have a model abc

class Abc < ActiveRecord::Base
  HasMagicFields::Extend
   has_magic_field
end

_form.html.slim -- to create an object

= simple_form_for(@abc, wrapper: :horizontal_form, validate: true) do |f|
=  f.simple_fields_for :magic_fields do |form|
        = render 'magic_fields', f: form
      .links
        = link_to_add_association '', f, :magic_fields, class: 'fa fa-plus-square'


inside partial _magic_field_fields
= f.input :name
= f.simple_fields_for :magic_attributes do |form|
  = render 'magic_attribute_fields', f: form

inside partial _magic_attribute_fields

= f.nput :value

inside controller permitted all paramters

I am getting an error of

ActiveRecord::AssociationTypeMismatch at /controllername

MagicAttribute(#95887670) expected, got Array(#72503940)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.