ActiveRecord JSON Column with MySQL and MariaDBWhen using a relational database, it can be convenient to occasionally store some data as JSON in a table column. As of MySQL 5.7.8, the…
ReadWhen the Password Field Says No to PasteIf you were affected by the LastPass breach at the end of 2022, you've probably found yourself on various websites changing passwords. You…
ReadReflections on Effective TeamsI was inspired to write this post after listening to a Software Engineering Radio podcast with guest Jon Smart on the subject of Patterns…
ReadPrivate Gems and Docker for DevelopmentIf you're using Docker for development with a Rails application, and want to introduce a private gem registry hosted with Github Packages…
ReadWhen RSpec Doesn't RollbackThis post will walk you through some troubleshooting techniques when RSpec tests are failing due to unexpected data in the test database. I…
Read