Skip to content

Instantly share code, notes, and snippets.

@vovimayhem
Last active February 25, 2019 21:13
Show Gist options
  • Save vovimayhem/2a4f677028e8e8fd0413781638c5c3aa to your computer and use it in GitHub Desktop.
Save vovimayhem/2a4f677028e8e8fd0413781638c5c3aa to your computer and use it in GitHub Desktop.
Coding with Docker: Solving generated code file permission problems
# Generate a rails model:
rails g model my_model title:string body:text
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment