brentd / xray-rails

☠️ A development tool that reveals your UI's bones
MIT License
1.22k stars 79 forks source link

Xray causes Yield to be empty #60

Open sebastianzillessen opened 8 years ago

sebastianzillessen commented 8 years ago

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!