bundle install
If the command above complains about permission issue, use:
sudo bundle install --path ./vendor/bundle
To run both the tests, and code style validation, run
bunlde exec rake
To automatically fix many of the styling issues, use
bundle exec rake rubocop:auto_correct -a
To set git actor automatically every time a new container is built, set VSCODE_CONTAINER_GIT_EMAIL
and VSCODE_CONTAINER_GIT_USER
as environment variables, and add them into ~/.bashrc
if needed.