Write clean Object-Oriented code by extracting value objects in Rails
02 Nov 2021
6 minutes read
As Ruby on Rails developers, we tend to add too much code in the same ActiveRecord
model. Very often, this is because we fail to identify new objects. This article presents a concrete tool that helps keep our ActiveRecord
models sizes under control thanks to the serialize method.