Sha256: a124e22479c2de62c8a02b70f3fb98e461919c501d357de340b2d724beb20105
Contents?: true
Size: 756 Bytes
Versions: 29
Compression:
Stored size: 756 Bytes
Contents
<% if rows_logger_present? %> <h3>Plugin Incompatibility</h3> The Rows Logger plugin rewrites part of Active Record, which in effect turns off the SQL statement tracing functionality of NewRelic RPM Developer Mode. To gain SQL statement visibility, you must remove <samp>rows_logger_plugin</samp>, or change your plugin load order so that the rows logger is loaded first. <% else %> <%= render :partial => 'segment_limit_message' if trace_row_display_limit_reached %> <table width="100%"> <thead> <tr> <td>Timestamp</td> <td colspan="2">Duration</td> <td>SQL</td> </tr> </thead> <%= render :partial => 'sql_row', :collection => @sample.sql_segments[0...trace_row_display_limit] %> </table> <% end %>
Version data entries
29 entries across 29 versions & 2 rubygems