IkramGhalib
Joined
10 Experience
0 Lessons Completed
0 Questions Solved
Activity
when i run this
- rails credentials:edit --environment=development No $EDITOR to open file in. Assign one like this:
EDITOR="mate --wait" bin/rails credentials:edit
For editors that fork and exit immediately, it's important to pass a wait flag,
otherwise the credentials will be saved immediately with no chance to edit.