Testing Readonly Models π
I was working with a readonly model in Rails the other day and ran into an issue whilst testing it. Here's what I ran into and the solution I came up [...]
a collection of dev rss feeds - blogroll
Posts
I was working with a readonly model in Rails the other day and ran into an issue whilst testing it. Here's what I ran into and the solution I came up [...]
In my time as a developer, I have noticed that one of the most common ways my coworkers spend time coding outside of work is by developing little code [...]
Here's a simple and responsive search form I put together for a recent side project, using Hotwire's Stimulus framework and Rails with Turbo. The Form [...]
Picture this: you find a charming old board game at a garage sale, bring it home, gather some friendsβand snap. The 50-year-old plastic components bre [...]
It's the most wonderful time of the year - Christmas Advent of Code time! Advent of Code is an Advent Calendar style series of programming puzzles put [...]
Shipping new features on legacy Rails applications requires deep codebase context. The rails-mcp-server gem closes the gap between AI agents and your [...]
Weβve been working with MCP servers for a while, and this use case was a perfect opportunity to build out another one. What is an MCP Server? A very [...]
N+1 queries are one of the most common performance killers in Rails apps, but also one of the easiest to fix. In this post, we'll see how a single lin [...]
Claude code is a powerful AI toolset that runs right in your terminal. While providing a lot of impressive utility, it also suffers from the issues th [...]
How Nativewind can speed up your React Native Development If you're anything like me, after working on a few web projects with Tailwind, it can feel l [...]