This project is archived and is in readonly mode.
Changeset [fbd1d306b95cc2efb6422e12d26d5818a3a42343] by Neeraj Singh
September 27th, 2010 @ 06:49 PM
Three performance improvements:
-
for simple cases like User.last and User.order('name desc').last no need to perform Array#join operation.
-
Instead of performing String#blank? do Array#empty?
-
no need to create variable relation http://github.com/rails/rails/commit/fbd1d306b95cc2efb6422e12d26d58...
Committed by Neeraj Singh
- M activerecord/lib/active_record/relation/query_methods.rb
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>