I'm getting this error:
DEPRECATION WARNING: ActionView::Base instances should be constructed with a lookup context, assignments, and a controller. (called from <top (required)> at /Users/<me>/RubymineProjects/<myproject>/config/environment.rb:7)
That file only has these lines:
# frozen_string_literal: true
# Load the Rails application.
require_relative 'application'
# Initialize the Rails application.
Rails.application.initialize!
How do I find out where the issue is? I'm sure it's something stupid... This is a project that was migrated from Rails 4.2