Perfecting Your Rails Form: Nested Attributes
Nov 9 - In this second part of the series, let's explore nested attributes how they work and why they are so complex.
Nov 9 - In this second part of the series, let's explore nested attributes how they work and why they are so complex.
Oct 26 - In this first part of a series diving into Rails forms, let's explore Rails conventions used to bridge object accessors with forms.
Oct 11 - Testing journey when using RSpec.
Jan 29 - Writing code that understands business needs
Jan 28 - Code like a leader, not a micromanager
Sep 30 - A story about responsibility, mental load, design, empathetic coding and traffic lights.
Mar 5 - A simple module to help us identify what translation keys are on any page.
Nov 16 - Let's write Ruby like we write Rails applications and see how we can improve our use of service objects in the process.
Nov 6 - A method to test ActiveRecord model scopes properly.
Oct 17 - One simple file to learn all about a Ruby application.
Jun 11 - How to improve a specific type of service object and, who knows, get rid of it completely.
May 13 - How to skip existing rails validations with validations contexts.
Apr 20 - This article describes the Docker setup used in the end-to-end (2E2) testing of the rubygem retest.
Mar 15 - 99 Bottles of OOP book review and introducing retest, a gem to help you refactor code on the fly.
Jan 14 - How to test Rails concerns for ActiveRecord models with temporary database tables.
Dec 5 - How to use ActiveModel::Model to substitute service objects encountered in Rails codebases.
Aug 25 - Can you understand your old code? A quick way to reflect and give feedback to your past self.