Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
julianrubisch opened this issue Oct 7, 2021 · 0 comments
Open
Milestone

Comments

@julianrubisch
Copy link
Contributor

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)

@julianrubisch julianrubisch added this to the 2.0.0 milestone Oct 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant