Files
rails/activerecord/lib/active_record/relation
Neeraj Singh fbd1d306b9 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
2010-09-27 10:49:49 -07:00
..
2010-09-21 20:44:45 +02:00
2010-09-22 18:08:02 -03:00