TIL 5/22/2026
Source: Dev.to
Rails X XCode Tips
-
When reading commands from a textbook, the
\in the command instruction line is usually just a line‑continuation marker. You don’t need it if you type the command on a single line. -
Use the following command to remove an erroneous model:
bin/rails destroy model sample_model_name -
I have a tendency to type “customer” when I should be typing “custom”. Watch out for this mistake.
