Sha256: 0ea25992f8fc9727de455799692e4b079c676fb587440d2a9f61638a03cda5bd

Contents?: true

Size: 1.05 KB

Versions: 8

Compression:

Stored size: 1.05 KB

Contents

welcome:
  id: 1
  author_id: 1
  title: Welcome to the weblog
  body: Such a lovely day
  type: Post

thinking:
  id: 2
  author_id: 1
  title: So I was thinking
  body: Like I hopefully always am
  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

misc_by_bob:
  id: 8
  author_id: 3
  title: misc post by bob
  body: hello
  type: Post

misc_by_mary:
  id: 9
  author_id: 2
  title: misc post by mary
  body: hello
  type: Post

other_by_bob:
  id: 10
  author_id: 3
  title: other post by bob
  body: hello
  type: Post

other_by_mary:
  id: 11
  author_id: 2
  title: other post by mary
  body: hello
  type: Post

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
activerecord_any_of-1.4 spec/fixtures/posts.yml
activerecord_any_of-1.3 spec/fixtures/posts.yml
activerecord_any_of-1.2 test/fixtures/posts.yml
activerecord_any_of-1.1 test/fixtures/posts.yml
activerecord_any_of-1.0.2 test/fixtures/posts.yml
activerecord_any_of-1.0.1 test/fixtures/posts.yml
activerecord_any_of-1.0.0 test/fixtures/posts.yml
activerecord_any_of-0.0.1 test/fixtures/posts.yml