Sha256: 9e41aadc001713949b0e50ccaf813503c704a2f992bb8c329dd059283de44b93

Contents?: true

Size: 149 Bytes

Versions: 67

Compression:

Stored size: 149 Bytes

Contents

post = Post.create(
  :subject => "Hello World", :content => "Um Text", :id => 1, :category_id => 1
)

post.authors << Author.find(:first)
post.save

Version data entries

67 entries across 67 versions & 14 rubygems

Version Path
thinking-sphinx-099-1.3.0 features/support/db/fixtures/posts.rb
thinking-sphinx-1.3.0 features/support/db/fixtures/posts.rb
thinking-sphinx-099-1.2.13 features/support/db/fixtures/posts.rb
thinking-sphinx-1.2.13 features/support/db/fixtures/posts.rb
moneypools-thinking-sphinx-1.2.13 features/support/db/fixtures/posts.rb
moneypools-thinking-sphinx-1.2.12 features/support/db/fixtures/posts.rb
warp-thinking-sphinx-1.2.12 features/support/db/fixtures/posts.rb