Sha256: f712cddcaa4a0307f89e9e8b9d0b0a70a77f52015470fc845f17a1fd719f18b4
Contents?: true
Size: 1.02 KB
Versions: 109
Compression:
Stored size: 1.02 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
109 entries across 109 versions & 5 rubygems