
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...
TIL 5/22/2026 - DEV Community
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 type "customer" when I should be typing "custom". Watch out for this mistake.
Create template Templates let you quickly answer FAQs or store snippets for re-use.
Submit Preview Dismiss
Are you sure you want to hide this comment? It will become hidden in your post, but will still be visible via the comment's permalink. Hide child comments as well Confirm For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers. Log in Create account
📰Originally published at dev.to
Staff Writer
Related Articles
How We Shipped more than 60 Design System Components in 5 Weeks Using Figma as the Single Source of Truth
May 26, 2026·10 min read
Why HVAC Owners Lose More Money in the Office Than They Make in the Field
May 26, 2026·7 min read
Copy Job CDC with SQL estate is now GA in Microsoft Fabric
May 26, 2026·5 min read