Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README to explain how to run rails commands from the terminal #472

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Nov 17, 2019

  1. Allow access to rails tools from terminal

    - previously, one had to ssh into the docker container to
      track byebug or run the rails console
    - create a psudoterminal to the api docker container and
      allow input for it
    - update readme to explain how to run the rails console and
      byebug
    - https://stackoverflow.com/questions/31669226/rails-byebug-did-not-stop-application/32690885#32690885
    - https://medium.com/@ddomachine/docker-and-ruby-on-rails-448ab8255f97
    alexanderturinske committed Nov 17, 2019
    Configuration menu
    Copy the full SHA
    2dc6b24 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2019

  1. Configuration menu
    Copy the full SHA
    5172ef3 View commit details
    Browse the repository at this point in the history