Rails 6 on Elastic Beanstalk
This article is designed to cover & fix some of the issues when attempting to run a Ruby on Rails 6 on AWS Elastic Beanstalk. The Quick Version (TLDR) Create directory .ebextensions in the top level of your application Create .config file which contains the commands to fix deployments (script here) Add commands for upgrading […]