Contributions

Article
We had a tricky problem. We knew that the columns for one particular model would need to change over time. That was easily solved with a JSON field, but we also wanted to support validations on this field – validations that are assigned to the model at the time of creation.
Heitor Silva
Article
When we restarted developing an application from scratch, we stumbled upon a great way to split the files in your Rails app into different parts.