Sha256: 2b54acec8117c0c121fb0e6849175c6f9a3a80ace83ded7c6fa0b5aaae38df91
Contents?: true
Size: 1.01 KB
Versions: 56
Compression:
Stored size: 1.01 KB
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 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%" class="segment_list_table"> <thead> <tr> <td> <%= link_to_if params['d'], "Timestamp", "show_sample_sql?id=#{sample.sample_id}" %> </td> <td colspan="2"> <%= link_to_if !params['d'], "Duration", "show_sample_sql?id=#{sample.sample_id}&d=y" %> </td> <td>SQL</td> </tr> </thead> <%= render :partial => 'sql_row', :collection => @sql_segments[0...trace_row_display_limit] %> </table> <% end %>
Version data entries
56 entries across 56 versions & 2 rubygems