Closed floriandejonckheere closed 8 years ago
When querying search_by with a large number of objects, allow lazy iterating through the collection:
search_by
MetalArchives::Band.search_by(:name => 'test').each do |band| ... end
When querying
search_by
with a large number of objects, allow lazy iterating through the collection: