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

Version Path
newrelic_rpm-3.6.5.130 ui/views/newrelic/_show_sample_sql.rhtml
newrelic_rpm-3.6.4.122 ui/views/newrelic/_show_sample_sql.rhtml
newrelic_rpm-3.6.4.113.beta ui/views/newrelic/_show_sample_sql.rhtml
newrelic_rpm-3.6.3.111 ui/views/newrelic/_show_sample_sql.rhtml
newrelic_rpm-3.6.3.106 ui/views/newrelic/_show_sample_sql.rhtml
newrelic_rpm-3.6.3.105.beta ui/views/newrelic/_show_sample_sql.rhtml
newrelic_rpm-3.6.3.104 ui/views/newrelic/_show_sample_sql.rhtml
newrelic_rpm-3.6.3.103.beta ui/views/newrelic/_show_sample_sql.rhtml
newrelic_rpm-3.6.2.96 ui/views/newrelic/_show_sample_sql.rhtml
newrelic_rpm-3.6.2.90.beta ui/views/newrelic/_show_sample_sql.rhtml
newrelic_rpm-3.6.1.88 ui/views/newrelic/_show_sample_sql.rhtml
newrelic_rpm-3.6.1.87 ui/views/newrelic/_show_sample_sql.rhtml
newrelic_rpm-3.6.1.86.beta ui/views/newrelic/_show_sample_sql.rhtml
newrelic_rpm-3.6.1.85.beta ui/views/newrelic/_show_sample_sql.rhtml
newrelic_rpm-3.6.0.83 ui/views/newrelic/_show_sample_sql.rhtml
newrelic_rpm-3.6.0.78 ui/views/newrelic/_show_sample_sql.rhtml
wd_newrelic_rpm-3.5.8 ui/views/newrelic/_show_sample_sql.rhtml
sundawg_newrelic_rpm-3.5.8.2 ui/views/newrelic/_show_sample_sql.rhtml
sundawg_newrelic_rpm-3.5.8.1 ui/views/newrelic/_show_sample_sql.rhtml
newrelic_rpm-3.6.0.74.beta ui/views/newrelic/_show_sample_sql.rhtml