Coder Social home page Coder Social logo

Comments (3)

DmitryTsepelev avatar DmitryTsepelev commented on May 23, 2024

Hi @ishields! Unfortunately, it's not possible right now, because no one asked for it before 🙂 If I'm not mistaken, the method was introduced to handle the situation when there is a legacy column with extra data you don't care, but don't want serialiser to crash.

It feels like the implementation is going to be fairly simple: when unknown attributes are found we store them to the unknown_attributes hash, in order to avoid erasing them we just need to change this line (to something line attributes.with_indifferent_access.merge(unknown_attributes).as_json(options)). Do you want to try it out? 🙂

from store_model.

ishields avatar ishields commented on May 23, 2024

Yea I can take a look! One thing that would be nice with this is if you then add the attribute that was unknown it translates it into it. And the other way around - if a model attribute is removed.

from store_model.

DmitryTsepelev avatar DmitryTsepelev commented on May 23, 2024

You mean you want to be able to add and unknown attribute to the model and have it saved? Something like:

class Configuration
  include StoreModel::Model

  attribute :model, :string
end

configuration = Configuration.new
configuration.model = "XR"
configuration.unknown.color = "red"

from store_model.

Related Issues (20)

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.