brentd / xray-rails

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

Xray-rails and Spree 3-0-stable #55

Closed misteral closed 9 years ago

misteral commented 9 years ago

Hi.

Xray-rails do not work at spree 3-0-stable. cmd+shift+x not work, Chrome console do not have Xray ready message.

Chrome console screenshot http://take.ms/FOHHH

please help.

mattbrictson commented 9 years ago

It's because xray-rails doesn't work with sprockets 3. I just verified this.

As a workaround, add this to your Gemfile:

gem 'sprockets', '< 3.0'

And then run:

bundle update sprockets
brentd commented 9 years ago

Should be fixed now thanks to @mattbrictson. Please retest w/ version 0.1.16 and close if fixed!

misteral commented 9 years ago

Yes, all good now. Thanks to @mattbrictson!