-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Labels
maybe?do we need this? feedback welcomedo we need this? feedback welcome
Description
Rails 5.2 has a real attributes API for ActiveModel.
We're doing okay without it, and supporting Rails 5.0-5.2, but let's rename some of our methods and ivars in JsonAttribute::Model to step out of it's way and not conflict, to avoid any weirdness, and in case someone wants to use both.
(Jan 18 2024: We really should move to the models having ActiveModel attributes, and maybe include ActiveModel::API by defualt. See some things possible at https://betacraft.com/blog/08/06/2023/active-model-jsonb-coulmn.html, although it's not totally clear how this gets integrated with an AR container, as they suggest. https://www.reddit.com/r/ruby/comments/199yvhl/progressively_adopt_activemodelapi_for_your_poros/).
stevenharman, rainerborene, aried3r, TylerRick, jits and 5 more
Metadata
Metadata
Assignees
Labels
maybe?do we need this? feedback welcomedo we need this? feedback welcome