Identify i18n translation keys Mar 5
A simple module to help us identify what translation keys are used on the page.
A simple module to help us identify what translation keys are used on the page.
Let's write Ruby like we write Rails applications and see how we can improve our use of service objects in the process.
An method to test ActiveRecord model scopes properly.
One simple file to learn all about a Ruby application.
How to improve a specific type of service object and, who knows, get rid of it completely.
How to skip existing rails validations for validations contexts.
This article describes the Docker setup used in the end-to-end (2E2) testing of my ruby gem retest.
A 99 Bottles of OOP book review and introducing retest, a gem to help you refactor code on the fly.
How to test Rails concerns for ActiveRecord models with temporary database tables.
How to use ActiveModel::Model to substitute service objects encountered in Rails codebases.
Can you understand your old code? A quick way to reflect and give feedback to your past self.