Skip to content

Instantly share code, notes, and snippets.

@mitchellh
Created August 31, 2009 09:10
Show Gist options
  • Save mitchellh/178369 to your computer and use it in GitHub Desktop.
Save mitchellh/178369 to your computer and use it in GitHub Desktop.
Book.find_in_batches(:batch_size => 100) do |results|
# Do something with results
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment