-
Notifications
You must be signed in to change notification settings - Fork 4
How Tos
Dan Kerchner edited this page Nov 2, 2017
·
12 revisions
This is currently resulting in a stack trace (similar to https://github.com/rails/rails/issues/16370 - need to chase this down). For now, a workaround is to temporarily edit config/environments/production.rb
and set config.eager_load = false
. Remember to set it back afterwards.