Sha256: 28f2b7c5df73ec1431025e5f048833efc7e30553948a9f8aadccce7cd45dfd05

Contents?: true

Size: 1.48 KB

Versions: 57

Compression:

Stored size: 1.48 KB

Contents

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

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

57 entries across 57 versions & 8 rubygems

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