Questions tagged [xray-rails]

xray-rails shows a visual breakdown of all the Rails layouts, views, and partials that rendered the page in your browser.

xray-rails shows a visual breakdown of all the Rails layouts, views, and partials that rendered the page in your browser.

Command to use xray-rails:

  • Cmd + Shift + X (Mac)
  • Ctrl + Shift + X (others)
3 questions
0
votes
1 answer

xray-rails not working with rails 5.1

I installed xray-rails on a Rails 5.1 app but pressing the keyboard shortcut does nothing. I already cleared cached assets rails tmp:clear. Any ideas?
João Souza
  • 4,032
  • 3
  • 25
  • 38
0
votes
1 answer

How to configure rubymine for use with open3?

Issue I am using xray-rails gem in a rails app and want it to open rubymine to the correct file when I click it in the browser. It was unclear how to configure this. xray-rails gem uses open3 to open the file in the editor.
E L Rayle
  • 1,131
  • 2
  • 9
  • 11
0
votes
1 answer

xray-rails not working with rails 4

xray-rails Ctrl+Shift+X is not working with Rails 4 Gemfile group :development, :test do gem 'xray-rails' end development.rb config.assets.debug = true I bundled it . . Using sass-rails 5.0.4 Using turbolinks 2.5.3 Using xray-rails…
Deepak Mahakale
  • 22,834
  • 10
  • 68
  • 88