DEV Community

NoFoster
NoFoster

Posted on

TIL 5/22/2026

Rails X XCode Tips

  1. 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.
  2. Use bin/rails destroy model sample_model_name to remove an erroneous model
  3. I have a tendency to type "customer" when I should be typing "custom". Watch out for this mistake.

Top comments (0)