What AI-Assisted Coding Feels Like in Early 2026A few weeks ago at work, during an engineering all-hands meeting, we were given a new mandate: no more handwritten code. Aside from quick…
ReadSlowing Down AI On PurposeWhen I first started using AI to generate code, my instinct was to give it a prompt with the requirements, and have it write everything at…
ReadSustainable Feature Testing in Rails with CucumberWhen your web app has been around for years, you need more than unit tests, you need proof the whole thing still works from the user's…
ReadPretty SQLite Output PersistentlyWith Rails 8, SQLite has quietly grown into a serious option for production use. A big part of this shift is Rails' move toward reducing…
ReadSwitching From Ruby to SQL Schema in RailsRails maintains a file called schema.rb to represent the projects' database schema. This file is automatically updated every time a database…
Read