rails Posts
A collection of my posts on rails
. 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.