This project is archived and is in readonly mode.
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
-
José Valim February 23rd, 2010 @ 09:06 PM
- State changed from new to invalid
Please provide a patch.
-
kdgundermann February 25th, 2010 @ 10:28 AM
- Tag set to patch
Sorry, as I started to learn ruby two weeks ago, it took me some time to understand how to prepare a patch ...
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>