Wednesday, May 27, 2026Tech HubAboutContactAdvertiseNewsletter
Back to Home
TIL 5/22/2026

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...

B
Blizine Admin
·1 min read·0 views

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

Comments