Skip to content

Convenient changes to helper functions#3

Open
vsobotka wants to merge 2 commits intomasterfrom
vs_helper
Open

Convenient changes to helper functions#3
vsobotka wants to merge 2 commits intomasterfrom
vs_helper

Conversation

@vsobotka
Copy link
Collaborator

@vsobotka vsobotka commented Mar 8, 2017

Do not detach from development setup

  • for a development environment, you most likely want to leave the output visible by default

User specific attaching to container

  • when generating parts of an application using bin/rails generate you need to run it with container UID identical to host UID - otherwise you won't be able to edit generated files


function goIntoContainerDefaultUser() {
docker exec -t -i ${APP_CONTAINER} bash;
} No newline at end of file
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing new line on end of file. When you add next changes then will be deleted (from view of Git) line with }.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants