Conversation
Create a devcontainer to make development and contribution easier. The devcontainer is based on the Docker production image with the exception that it uses puma as instead of nginx. I needed to pin some of the gems that were being used in development as they were causing issues. Those gems were byebug pry-byebug rubocop
|
FYI... I'm going to be working on trying to get the system test passing and then I'll rebase for a final. I just keep getting road blocked by: Error: Seems that the latest chrome isn't working. I installed it using the following in the Dockerfile: RUN apt-get install -y wget I will try to see if I can install an earlier version and maybe that will work. If anyone reads this and knows how to do that, please reply. I just getting started with Docker and getting back into rails so I'm very rusty at this point :) |
|
@scott This pull request now installs chrome 114 in order to run test and also gets all test passing. |
Create a devcontainer to make development and
contribution easier.
The devcontainer is based on the Docker production image with the exception that it uses puma as
instead of nginx.
I needed to pin some of the gems that were being
used in development as they were causing issues.
Those gems were
byebug
pry-byebug
rubocop