Hi!
I’m trying to code a dynamic layout - menus are hidden and shown
depending on variables stored in session.
Is there a way to force Rails to re-render the layout?
Because the only other option i see is making a gajillion of different
layouts
Both of these, to best of my knowledge, refresh what’s inside the <%=
yield %> part of the layout. I need the exact opposite - to refresh
everything except the yield, or, if it’s not possible - a complete
reload.