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
ts-xml-0.0.1 features/support/db/fixtures/developers.rb
thinking-sphinx-1.3.8 features/support/db/fixtures/developers.rb
thinking-sphinx-1.3.7 features/support/db/fixtures/developers.rb
thinking-sphinx-1.3.6 features/support/db/fixtures/developers.rb
thinking-sphinx-1.3.4 features/support/db/fixtures/developers.rb
thinking-sphinx-1.3.3 features/support/db/fixtures/developers.rb
thinking-sphinx-099-1.3.2 features/support/db/fixtures/developers.rb
thinking-sphinx-1.3.2 features/support/db/fixtures/developers.rb
moneypools-thinking-sphinx-1.3.1 features/support/db/fixtures/developers.rb
thinking-sphinx-1.3.1 features/support/db/fixtures/developers.rb
thinking-sphinx-099-1.3.1 features/support/db/fixtures/developers.rb
thinking-sphinx-099-1.3.0 features/support/db/fixtures/developers.rb
thinking-sphinx-1.3.0 features/support/db/fixtures/developers.rb
thinking-sphinx-099-1.2.13 features/support/db/fixtures/developers.rb
thinking-sphinx-1.2.13 features/support/db/fixtures/developers.rb
moneypools-thinking-sphinx-1.2.13 features/support/db/fixtures/developers.rb
moneypools-thinking-sphinx-1.2.12 features/support/db/fixtures/developers.rb
warp-thinking-sphinx-1.2.12 features/support/db/fixtures/developers.rb