Programming
TIL 5/22/2026
Rails X XCode Tips
When reading commands from a textbook, the \ in the command instruction line is usually just a line continuation in instructions. I do not need that if you type it all on one line.
Use
bin/rails destroy model sample_model_name
to remove an erroneous model
I have a tendency to...
May 26, 2026 · 1 min read