Sha256: e805381099f1dd18de48df24a4a32331f78e1bd3171dae97a8dfe9f8c4fc8fee
Contents?: true
Size: 658 Bytes
Versions: 12
Compression:
Stored size: 658 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 %> <table width="100%"> <thead> <tr> <td>Timestamp</td> <td colspan="2">Duration</td> <td>SQL</td> </tr> </thead> <%= render :partial => agent_views_path('sql_row'), :collection => @sample.sql_segments %> </table> <% end %>
Version data entries
12 entries across 12 versions & 1 rubygems