sandstrom

Results 545 comments of sandstrom

Happy to discuss this in more detail, and elaborate more.

I don't have a strong preference. Should be fairly easy to replicate the logic of `class_attribute` from Rails, using class instance variables and the `inherited` [method](https://ruby-doc.org/3.2.2/Class.html#method-i-inherited). ### Breaking changes What's...

@jhollinger Do you know of a blog post or similar explaining how to replicate `class_attribute` behavior (more or less) with `inherited`? Or are you simply thinking of something like this:...

> Should this mean that after this feature is implemented… Yes, that would be possible

Happy to discuss this in more detail, and elaborate more.