Skip to content

Instantly share code, notes, and snippets.

@bsa7
Created July 11, 2014 04:38
Show Gist options
  • Save bsa7/b36d60a5bd44822b22a6 to your computer and use it in GitHub Desktop.
Save bsa7/b36d60a5bd44822b22a6 to your computer and use it in GitHub Desktop.
rails bulk insert
ActiveRecord::Base.transaction do
1000.times { Model.create(options) }
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment