instiki/vendor/rails/activerecord/test/fixtures/posts.yml
Jacques Distler 4bdf703ab2 Instiki 0.17.2: Security Release
This release upgrades Instiki to Rails 2.3.4, which
patches two security holes in Rails. See

  http://weblog.rubyonrails.org/2009/9/4/ruby-on-rails-2-3-4

There are also some new features, and the usual boatload
of bugfixes. See the CHANGELOG for details.
2009-09-05 02:01:46 -05:00

53 lines
785 B
YAML

welcome:
id: 1
author_id: 1
title: Welcome to the weblog
body: Such a lovely day
comments_count: 2
taggings_count: 1
type: Post
thinking:
id: 2
author_id: 1
title: So I was thinking
body: Like I hopefully always am
comments_count: 1
taggings_count: 1
type: SpecialPost
authorless:
id: 3
author_id: 0
title: I don't have any comments
body: I just don't want to
type: Post
sti_comments:
id: 4
author_id: 1
title: sti comments
body: hello
type: Post
sti_post_and_comments:
id: 5
author_id: 1
title: sti me
body: hello
type: StiPost
sti_habtm:
id: 6
author_id: 1
title: habtm sti test
body: hello
type: Post
eager_other:
id: 7
author_id: 2
title: eager loading with OR'd conditions
body: hello
type: Post