You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it intended that we install the gem locally, or can we add the gem to the Gemfile?
also in the moocchat / app / middleware /chat_backend.rb there is a lot of put that is being seen in the terminal, can we remove (unless this is intentional) and/or comment them out to follow Armando's email of removing debugger code.
The text was updated successfully, but these errors were encountered:
Is it intended that we install the gem locally, or can we add the gem to the Gemfile?
You always add the gem to the Gemfile. always. then let Bundler install it locally as needed. that way the Gemfile.lock gets the right version.
also in the moocchat / app / middleware /chat_backend.rb there is a lot of put that is being seen in the terminal, can we remove (unless this is intentional) and/or comment them out to follow Armando's email of removing debugger code.
yes please. can whoever owns that code clean it up? two rules we need to follow are:
never push code with red (failing) tests to origin/master
never push debugging/commented-out code to origin/master
—
Reply to this email directly or view it on GitHub.
Is it intended that we install the gem locally, or can we add the gem to the Gemfile?
also in the moocchat / app / middleware /chat_backend.rb there is a lot of put that is being seen in the terminal, can we remove (unless this is intentional) and/or comment them out to follow Armando's email of removing debugger code.
The text was updated successfully, but these errors were encountered: