dynamic_attributes icon indicating copy to clipboard operation
dynamic_attributes copied to clipboard

dynamic_attributes is a gem that lets you dynamically specify attributes on ActiveRecord models, which will be serialized and deserialized to a given text column. Dynamic attributes can be defined by...

Results 2 dynamic_attributes issues
Sort by recently updated
recently updated
newest added

Adds an override to `ActiveRecord` `update` method to set the dynamic attributes, since `update_attributes` methods are deprecated in Rails 6.1.

I have a situation to use the fields_for with dynamic_attributes but I have no idea how to use it. Could anyone please guide me.! Thanks!