Sha256: 49ab906af77ae27f07725a19144c34d1241d0edbc1aa79b7000b110b087f54e0

Contents?: true

Size: 1.11 KB

Versions: 38

Compression:

Stored size: 1.11 KB

Contents

Developer.create :name => "Pat Allan", :city => "Melbourne", :state => "Victoria", :country => "Australia", :age => 26

2.times do
  Developer.create :name => Faker::Name.name, :city => "Melbourne", :state => "Victoria", :country => "Australia", :age => 30
end

2.times do
  Developer.create :name => Faker::Name.name, :city => "Sydney", :state => "New South Wales", :country => "Australia", :age => 28
end

2.times do
  Developer.create :name => Faker::Name.name, :city => "Adelaide", :state => "South Australia", :country => "Australia", :age => 32
end

2.times do
  Developer.create :name => Faker::Name.name, :city => "Bendigo", :state => "Victoria", :country => "Australia", :age => 30
end

2.times do
  Developer.create :name => Faker::Name.name, :city => "Goulburn", :state => "New South Wales", :country => "Australia", :age => 28
end

2.times do
  Developer.create :name => Faker::Name.name, :city => "Auckland", :state => "North Island", :country => "New Zealand", :age => 32
end

2.times do
  Developer.create :name => Faker::Name.name, :city => "Christchurch", :state => "South Island", :country => "New Zealand", :age => 30
end

Version data entries

38 entries across 38 versions & 8 rubygems

Version Path
skalee-thinking-sphinx-1.3.14.2 features/support/db/fixtures/developers.rb
skalee-thinking-sphinx-1.3.14.1 features/support/db/fixtures/developers.rb
hawkerb-thinking-sphinx-1.3.18 features/support/db/fixtures/developers.rb
warp-thinking-sphinx-1.3.16 features/support/db/fixtures/developers.rb
thinking-sphinx-1.3.16 features/support/db/fixtures/developers.rb
hawkerb-thinking-sphinx-1.3.17 features/support/db/fixtures/developers.rb
thinking-sphinx-1.3.15 features/support/db/fixtures/developers.rb
hawkerb-thinking-sphinx-1.3.16 features/support/db/fixtures/developers.rb
hawkerb-thinking-sphinx-1.3.15 features/support/db/fixtures/developers.rb
hawkerb-thinking-sphinx-1.3.14 features/support/db/fixtures/developers.rb
zipme-thinking-sphinx-1.3.14 features/support/db/fixtures/developers.rb
thinking-sphinx-1.3.14 features/support/db/fixtures/developers.rb
warp-thinking-sphinx-1.3.13 features/support/db/fixtures/developers.rb
thinking-sphinx-1.3.13 features/support/db/fixtures/developers.rb
thinking-sphinx-1.3.12 features/support/db/fixtures/developers.rb
thinking-sphinx-1.3.11 features/support/db/fixtures/developers.rb
warp-thinking-sphinx-1.3.11 features/support/db/fixtures/developers.rb
warp-thinking-sphinx-1.3.10 features/support/db/fixtures/developers.rb
thinking-sphinx-1.3.10 features/support/db/fixtures/developers.rb
thinking-sphinx-1.3.9 features/support/db/fixtures/developers.rb