A different take on validation using the dry-validation gem
If you are using Rails and you find yourself fighting validations more often than you would like to, then you should consider watching my talk …
Software Engineering, Machine Learning and Innovation blog.
If you are using Rails and you find yourself fighting validations more often than you would like to, then you should consider watching my talk …
Building complex queries in ruby can make your code quite difficult to read, manage and reuse. In this blog post I’ll present a simple method to …