ruby Posts
A collection of my posts on ruby
. Whether I'm trying to
build something new or figure out how to break it, these notes, fixes,
and deep dives document my process. I hope you find them useful.
-
Kept getting a "must be accepted" error in Rails. Here's my quick fix for using the acceptance validator when you have an actual boolean DB column.
-
I'm digging into 'Rametook', an old Ruby project from 2007. My goal is to decode its source to learn how it sends SMS messages over a serial port.