Skip to content

Instantly share code, notes, and snippets.

@jdkealy
Created August 25, 2011 20:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jdkealy/1171726 to your computer and use it in GitHub Desktop.
Save jdkealy/1171726 to your computer and use it in GitHub Desktop.
1000.times do |i|
m = Member.create(:email=> i.to_s + "john@john.com", :password=>"foobar", :password_confirmation=>"foobar", :orientation_id=>Orientation.random.first.id, :gender_id=↷
m.isos << Iso.random.first
m.isos << Iso.random.first
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment