Skip to content
This repository was archived by the owner on Oct 9, 2023. It is now read-only.
This repository was archived by the owner on Oct 9, 2023. It is now read-only.

render_blank should trigger some kind of warning in development #20

@goatslacker

Description

@goatslacker

If render_blank is called then chances are that something went wrong during rendering and we had to fallback. In development, it would be very nice and useful to surface a warning.

def render_blank
hash = {}
jobs.each { |name_of_component, job| hash[name_of_component] = render_blank_html(job) }
hash
end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions