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
Hi,
In our application (big business application) we have the problem, that for on of our pages the sidebar
which is included in the view with = yield :sidebar is not rendered.
The only special thing about that page is, that the yield is filled from a gem (so the content_for :sidebar calls are done in a separate gem).
As soon as we remove xray-rails it works fine. Has anyone encountered a similar problem? And might be able to point me in the correct direction?
Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
In our application (big business application) we have the problem, that for on of our pages the sidebar
which is included in the view with
= yield :sidebar
is not rendered.The only special thing about that page is, that the yield is filled from a gem (so the
content_for :sidebar
calls are done in a separate gem).As soon as we remove
xray-rails
it works fine. Has anyone encountered a similar problem? And might be able to point me in the correct direction?Thanks!
The text was updated successfully, but these errors were encountered: