xray-rails
Ctrl+ Shift+ XRails 4 では動作しません
Gemfile
group :development, :test do
gem 'xray-rails'
end
開発.rb
config.assets.debug = true
同梱しました
.
.
Using sass-rails 5.0.4
Using turbolinks 2.5.3
Using xray-rails 0.1.21
Bundle complete! 17 Gemfile dependencies, 68 gems now installed.
Use `bundle show [gemname]` to see where a bundled gem is installed.
ブラウザで要素を検査すると、F12私が表示されます
<!--XRAY START 37 /home/sample/app/views/shared/_list.html.haml-->
<ol>
<li>
<strong>
<a href="#">Link</a>
</strong>
</li>
</ol>
<!--XRAY END 37-->
注:xray-rails
Rails 3.2 を使用していますが、正常に動作しています。