Sha256: 88bfb4ea56e66e5465773b69c8988c9dec1e026fc93c687ace35ba5df849055a
Contents?: true
Size: 1.48 KB
Versions: 2
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.utc(2001, 01, 01).getlocal) 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
2 entries across 2 versions & 2 rubygems
Version | Path |
---|---|
thinking-sphinx-1.3.17 | features/thinking_sphinx/db/fixtures/comments.rb |
warp-thinking-sphinx-1.3.16 | features/support/db/fixtures/comments.rb |