Rails development-style errors showing in production mode after SSL installation Rails development-style errors showing in production mode after SSL installation apache apache

Rails development-style errors showing in production mode after SSL installation


A workaround suggested here helped. Still don't understand what's the matter, though.

In an initializer:

class ActionDispatch::Request  def local?   false  endend