Skip to content

Instantly share code, notes, and snippets.

@yelvert
Created January 18, 2013 22:03
Show Gist options
  • Save yelvert/4569034 to your computer and use it in GitHub Desktop.
Save yelvert/4569034 to your computer and use it in GitHub Desktop.
Document.where('created_at > "2012-1-1 00:00:00"').order('created_at').as_batches(batch_size: 200) do |yolo|
yolo.create_or_set_patient && yolo.save rescue next
end;nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment