form_obj 0.1.0
Form Object with simple DSL which allows nested Form Objects and arrays of Form Objects. Form Object is compatible with Rails form builders, can update its attributes from a hash and serialize them to a hash. Form Object attributes could be mapped to models attributes and Form Object can be loaded from and saved to models as well as serialized to a hash which reflects a model. ActiveModel::Errors could be copied from a model to Form Object.
Gemfile:
=
installation:
=
Dépendances de Runtime (2):
activemodel
>= 3.2
typed_array
>= 1.0.0