brentd / xray-rails

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

Xray-rails is not working with Docker #102

Open jrsahuquillo opened 4 years ago

jrsahuquillo commented 4 years ago

I'm trying to use xray in a dockerized project, but it doesn't works. Does anyone know how to make it work with Docker?

frsantos commented 4 years ago

Hi @jrsahuquillo. This is not possible right now. See https://github.com/brentd/xray-rails/issues/67

gfauredumont commented 4 years ago

@jrsahuquillo , what @frsantos says is that the "open view in editor" feature doesn't work from within a Dockerized app, but you can still use xray to display the layout of your partials and stuff. Configuration is exactly the same as if you where in a "normal" app thought. What issue are you facing ?