Sha256: 06faa7297c4fa7d487df8785fe64da844cd30223cf12c24357eaaa84a011855c

Contents?: true

Size: 598 Bytes

Versions: 4

Compression:

Stored size: 598 Bytes

Contents

300.times do
  Sample.create(
    :text_field =>      "text#{rand(1000)}",
    :password_field =>      "text#{rand(1000)}",
    :telephone_field =>      "text#{rand(1000)}",
    :date_field =>      "text#{rand(1000)}",
    :url_field =>      "text#{rand(1000)}",
    :email_field =>      "text#{rand(1000)}",
    :number_field =>      "text#{rand(1000)}",
    :range_field =>      "text#{rand(1000)}",
    :file_field =>      "text#{rand(1000)}",
    :radio_button =>      "text#{rand(1000)}",
    :text_area =>      "text#{rand(1000)}",
    :checkbox_one => true,
    :checkbox_two => true
  )
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
manageable-0.1.4 spec/dummy/db/seeds.rb
manageable-0.1.3 spec/dummy/db/seeds.rb
manageable-0.1.2 spec/dummy/db/seeds.rb
manageable-0.1.1 spec/dummy/db/seeds.rb