This project is archived and is in readonly mode.

#4039 ✓invalid
kdgundermann

Minor bug in benchmarking.rb 2.3.5

Reported by kdgundermann | February 23rd, 2010 @ 08:47 AM

def perform_action_with_benchmark
. . 74 if logging_view || logging_active_record
75 log_message << " ("
76 log_message << view_runtime if logging_view
77
78 if logging_active_record
79 log_message << ", " if logging_view
80 log_message << active_record_runtime + ")"
81 else
82 ")"
83 end
84 end

In Line 82:
- ")" + log_message << ")"

Comments and changes to this ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>

People watching this ticket

Tags

Pages