You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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 correctview_context
, which would drastically simplify things (and perhaps also speed them up a bit)The text was updated successfully, but these errors were encountered: