@[email protected] by process of elimination, i believe it's blowing up right about here:

def full_asset_url(source)
Rails.configuration.x.use_s3 ? source : File.join(root_url, ActionController::Base.helpers.asset_url(source))
end

which seems pretty plausible tbh