Sha256: f9049a11872f3e2ceef23e5ed053728dc96cd1e811e5090c37195ccff69d6171

Contents?: true

Size: 1.47 KB

Versions: 37

Compression:

Stored size: 1.47 KB

Contents

# encoding: UTF-8
Comment.create(
  :name         => "Pat",
  :content      => "+1",
  :post_id      => 1,
  :category_id  => 1
).update_attribute(:created_at, Time.utc(2001, 01, 01))

Comment.create(
  :name         => "Menno",
  :content      => "Second post!",
  :post_id      => 1,
  :category_id  => 1
)

Comment.create :name => 'A', :post_id => 1, :content => 'Es un hecho establecido hace demasiado tiempo que un lector se distraerá con el contenido del texto', :category_id => 1
Comment.create :name => 'B', :post_id => 1, :content => 'de un sitio mientras que mira su diseño. El punto de usar Lorem Ipsum es que tiene una distribución', :category_id => 1
Comment.create :name => 'C', :post_id => 1, :content => 'más o menos normal de las letras, al contrario de usar textos como por ejemplo "Contenido aquí', :category_id => 1
Comment.create :name => 'D', :post_id => 1, :content => 'contenido aquí". Estos textos hacen parecerlo un español que se puede leer. Muchos paquetes de', :category_id => 1
Comment.create :name => 'E', :post_id => 1, :content => 'autoedición y editores de páginas web usan el Lorem Ipsum como su texto por defecto, y al hacer una', :category_id => 1
Comment.create :name => 'F', :post_id => 1, :content => 'búsqueda de "Lorem Ipsum" va a dar por resultado muchos sitios web que usan este texto si se', :category_id => 1

# The one we'll really want to find via Sphinx search
Comment.create :name => 'G', :post_id => 1, :content => 'Turtle', :category_id => 1

Version data entries

37 entries across 37 versions & 8 rubygems

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