Value Objects in Rails
You can get a lot of value in rails by using value objects to compose your ActiveRecord models and using concepts from value objects to limit said models.
I will strive to explain here:
What is a value object
How to make a pure value object and use...
blog.codemanship.dev3 min read