Skip to content

Move from ActionController::Renderer to ActionView::PartialRenderer #117

@julianrubisch

Description

@julianrubisch

Right now futurism relies on a ActionController::Renderer with a complex logic to resolve the correct controller for a given URL etc.

Turns out this might not be necessary, we could just use ActionView::PartialRenderer if we're able to obtain the correct view_context, which would drastically simplify things (and perhaps also speed them up a bit)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions