Docker Basics for Rails Discussion
Nice video. Coming back to docker after a couple years and you did a great job explaining what matters for rails setups.
Mike Scarborough repliedNice video. Coming back to docker after a couple years and you did a great job explaining what matters for rails setups.
Mike Scarborough repliedif you placed those classes in app/scripts wouldn't you have to wrap them in a module Scripts?
Aaron repliedThank you very much for that guide Andrew
Jim Ryan repliedplease update this video series so people know it's not the way to go and they don't spend time on it.
don mclamb repliedFor any other folks out there struggling with this problem, in my case it turned out to be a docker issue. 1. On Docker desktop, Settings > General 2. Select `gRPC FUSE` instead of `VirtioFS`, ...
Jay repliedhere is the Dockerfile i setup the project with rails g new --main --database=postgresql --css=bootstrap ``` # Make sure it matches the Ruby version in .ruby-version and Gemfile ARG RUBY_VERSION=3....
Islam Bahnas repliedI think Hey is deployed on kubernetes. I wonder what the BaseCamp Dockerfile looks like?
Richie McMahon repliedhi roberto, i don't know to achieve this, but I am curious if you figured out any answers. I am doing work on an older rails app and connecting to mysql using the mysql2 gem has been a challenge f...
KevinNafziger repliedHi Chris, I tried to leave a comment for episode #389 but was not successful. Not sure why. Anyway, I'm developing in Apple M1 and trying to dockerize a Rails 6 application, but running into a lot...
Gabriela Jack postedAll the tutorials I've found use puma for development and then passenger for production. But I wanted my environments to be the same! Looking at the rails log and searching for /cable helped. The...
endtoendpaper repliedMy problem is that Alpine dropped support for wkhtmltopdf with version 3.14 and all of the Ruby 3+ Docker images for Alpine are 3.15+ and the wkhtmltopdf-binary gem hasn't been updated since 2016....
Lee McAlilly postedI'm building a website as side project with a friend. Ngnix + Rails in docker. After deployment, I usually do assets:clobber and assets:precompile. This changes the name of the assets. When I try...
oscarlopezalegre posteddid you try deploying using sqlite?
Stéphane Paquet repliedLooks like a docker issue, SSH into the server and view the container logs: ```docker logs ``` Then look for any errors or unusual messages in the logs that might indicate why the service didn’t ...
Alan Reid repliedI now have Postgres running on my local machine nicely. My issue now is i can't run a migration due to the following error: `ActiveRecord::StatementInvalid: PG::UndefinedTable: ERROR: relation "d...
Tom Dringer repliedIm running my project first on my local machine using Production environment before deploying to production to make sure all is running fine. im using docker with Rails version 5.2 and webpacker ve...
Dev postedshows me this error ActiveSupport::MessageEncryptor::InvalidMessage: ActiveSupport::MessageEncryptor::InvalidMessage /rails/config/environment.rb:5:in `' Tasks: TOP => db:prepare => db:load_c...
Juan Alexander Rodríguez Álvarez replied