I have an issue starting an old Rails app.When config.ru is called, the
require_relative 'config/environment'
statement is called in the context of 1 directory level up from my application directory, so it cannot find the environment file. I cannot figure out why. It worked fine with 2.7 Ruby.
Has anyone encountered this?