Sha256: 504242fddf7ed7f5466214e4f8883089086d9e9ae3fe8ee4d3b693e50cc7aad8

Contents?: true

Size: 1.13 KB

Versions: 58

Compression:

Stored size: 1.13 KB

Contents

require 'faker'

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

58 entries across 58 versions & 8 rubygems

Version Path
thinking-sphinx-2.0.1 features/thinking_sphinx/db/fixtures/developers.rb
thinking-sphinx-2.0.0 features/thinking_sphinx/db/fixtures/developers.rb
thinking-sphinx-1.4.0 features/thinking_sphinx/db/fixtures/developers.rb
thorsson_thinking-sphinx-2.0 features/thinking_sphinx/db/fixtures/developers.rb
angelf-thinking-sphinx-1.3.18 features/thinking_sphinx/db/fixtures/developers.rb
thinking-sphinx-1.3.20 features/thinking_sphinx/db/fixtures/developers.rb
thinking-sphinx-2.0.0.rc2 features/thinking_sphinx/db/fixtures/developers.rb
thinking-sphinx-1.3.19 features/thinking_sphinx/db/fixtures/developers.rb
thorsson_thinking-sphinx-1.3.18 features/thinking_sphinx/db/fixtures/developers.rb
thinking-sphinx-allen-1.3.18.4 features/thinking_sphinx/db/fixtures/developers.rb
thinking-sphinx-allen-1.3.18.3 features/thinking_sphinx/db/fixtures/developers.rb
thinking-sphinx-allen-1.3.18.2 features/thinking_sphinx/db/fixtures/developers.rb
thinking-sphinx-2.0.0.rc1 features/thinking_sphinx/db/fixtures/developers.rb
thinking-sphinx-allen-1.3.18.1 features/thinking_sphinx/db/fixtures/developers.rb
thinking-sphinx-allen-1.3.18 features/thinking_sphinx/db/fixtures/developers.rb
thinking-sphinx-1.3.18 features/thinking_sphinx/db/fixtures/developers.rb
josh_cutler-thinking-sphinx-1.3.17 features/thinking_sphinx/db/fixtures/developers.rb
thinking-sphinx-1.3.17 features/thinking_sphinx/db/fixtures/developers.rb