Skip to content

Instantly share code, notes, and snippets.

@MaryKuz
Created March 28, 2019 10:05
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 MaryKuz/a5add464d2ce2dee644447da772455dd to your computer and use it in GitHub Desktop.
Save MaryKuz/a5add464d2ce2dee644447da772455dd to your computer and use it in GitHub Desktop.
Fill the database with the initial information
1000.times do
Product.create \
name: Faker::Commerce.product_name,
price: Faker::Number.between(1, 150),
description: Faker::Commerce.department
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment