Sha256: cd2f4fd23523d0b0c1e6248f720343a8f64e9ce34f061cada41bb14f08a88785

Contents?: true

Size: 752 Bytes

Versions: 3

Compression:

Stored size: 752 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 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

3 entries across 3 versions & 1 rubygems

Version Path
newrelic_rpm-3.1.0.djlogging ui/views/newrelic/_show_sample_sql.rhtml
newrelic_rpm-3.1.0.beta3 ui/views/newrelic/_show_sample_sql.rhtml
newrelic_rpm-3.1.0.beta2 ui/views/newrelic/_show_sample_sql.rhtml