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
friendlyfashion-thinking-sphinx-2.0.14.4 features/thinking_sphinx/db/fixtures/developers.rb
friendlyfashion-thinking-sphinx-2.0.14.3 features/thinking_sphinx/db/fixtures/developers.rb
thinking-sphinx-2.1.0 features/thinking_sphinx/db/fixtures/developers.rb
thinking-sphinx-1.5.0 features/thinking_sphinx/db/fixtures/developers.rb
friendlyfashion-thinking-sphinx-2.0.14.2 features/thinking_sphinx/db/fixtures/developers.rb
friendlyfashion-thinking-sphinx-2.0.14.1 features/thinking_sphinx/db/fixtures/developers.rb
thinking-sphinx-2.0.14 features/thinking_sphinx/db/fixtures/developers.rb
thinking-sphinx-1.4.14 features/thinking_sphinx/db/fixtures/developers.rb
friendlyfashion-thinking-sphinx-2.0.13.3 features/thinking_sphinx/db/fixtures/developers.rb
friendlyfashion-thinking-sphinx-2.0.13.2 features/thinking_sphinx/db/fixtures/developers.rb
friendlyfashion-thinking-sphinx-2.0.13.1 features/thinking_sphinx/db/fixtures/developers.rb
friendlyfashion-thinking-sphinx-2.0.13 features/thinking_sphinx/db/fixtures/developers.rb
thinking-sphinx-2.0.13 features/thinking_sphinx/db/fixtures/developers.rb
thinking-sphinx-1.4.13 features/thinking_sphinx/db/fixtures/developers.rb
thinking-sphinx-2.0.12 features/thinking_sphinx/db/fixtures/developers.rb
thinking-sphinx-1.4.12 features/thinking_sphinx/db/fixtures/developers.rb
thinking-sphinx-2.0.11 features/thinking_sphinx/db/fixtures/developers.rb
thinking-sphinx-1.4.11 features/thinking_sphinx/db/fixtures/developers.rb
thinking-sphinx-2.0.10 features/thinking_sphinx/db/fixtures/developers.rb
thinking-sphinx-1.4.10 features/thinking_sphinx/db/fixtures/developers.rb