Coder Social home page Coder Social logo

Comments (4)

DmitryTsepelev avatar DmitryTsepelev commented on June 18, 2024

Hi @andresespinosapc! Currently it's not possible (see OneOf docs), but it might be a useful feature 🙂

from store_model.

aribouius avatar aribouius commented on June 18, 2024

I have been trying to figure out how to do this for ages, unfortunately Rails just doesn't appear to expose a good way to do it.

from store_model.

seanabrahams avatar seanabrahams commented on June 18, 2024

I have a slightly different use case that likely requires a similar solution.

Given a store_model_class instance method on an ActiveRecord model that returns a dynamically generated StoreModel::Model class, I'd like to do:

attribute :data, proc { store_model_class.to_type }

The issue seems to be that the binding of the proc is the class instead of an instance of the class. This makes sense considering attribute is a class method.

The OneOf implementation is interesting because it allows you to have logic that targets the model instance's JSON data but not the model instance itself. The question is, how do we get the binding of the proc to be the instance of the model or at least include the instance of the model somewhere?

After some digging it's not clear how this can be achieved.

@DmitryTsepelev any pointers would be appreciated. Thanks.

from store_model.

MilanVilov avatar MilanVilov commented on June 18, 2024

I have been digging into this problem as well, but the issue for me is at what point in time should you actually include the StoreModel, you could do it on the setters for that other fields, but that is not enough as setter are not always used. Ideally you would set the when the data is loaded into the instance of the object, so you can alter the objects singleton class.
Any idea what even we could maybe monkey patch with a callback?

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.