Skip to content

Instantly share code, notes, and snippets.

@queso
Created March 27, 2010 04:46
Show Gist options
  • Save queso/345737 to your computer and use it in GitHub Desktop.
Save queso/345737 to your computer and use it in GitHub Desktop.
require 'faker'
500.times do
User.create(:email => Faker::Internet.email, :name => Faker::Name.name, :password => "passw0rd", :age => (rand(60) + 1)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment