~michaelforrest/use-case-mapper/trunk

« back to all changes in this revision

Viewing changes to vendor/rails/activerecord/test/fixtures/posts.yml

  • Committer: Richard Lee (Canonical)
  • Date: 2010-10-15 15:17:58 UTC
  • mfrom: (190.1.3 use-case-mapper)
  • Revision ID: richard.lee@canonical.com-20101015151758-wcvmfxrexsongf9d
Merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
welcome:
2
 
  id: 1
3
 
  author_id: 1
4
 
  title: Welcome to the weblog
5
 
  body: Such a lovely day
6
 
  comments_count: 2
7
 
  taggings_count: 1
8
 
  type: Post
9
 
 
10
 
thinking:
11
 
  id: 2
12
 
  author_id: 1
13
 
  title: So I was thinking
14
 
  body: Like I hopefully always am
15
 
  comments_count: 1
16
 
  taggings_count: 1
17
 
  type: SpecialPost
18
 
 
19
 
authorless:
20
 
  id: 3
21
 
  author_id: 0
22
 
  title: I don't have any comments
23
 
  body: I just don't want to
24
 
  type: Post
25
 
 
26
 
sti_comments:
27
 
  id: 4
28
 
  author_id: 1
29
 
  title: sti comments
30
 
  body: hello
31
 
  type: Post
32
 
 
33
 
sti_post_and_comments:
34
 
  id: 5
35
 
  author_id: 1
36
 
  title: sti me
37
 
  body: hello
38
 
  type: StiPost
39
 
 
40
 
sti_habtm:
41
 
  id: 6
42
 
  author_id: 1
43
 
  title: habtm sti test
44
 
  body: hello
45
 
  type: Post
46
 
 
47
 
eager_other:
48
 
  id: 7
49
 
  author_id: 2
50
 
  title: eager loading with OR'd conditions
51
 
  body: hello
52
 
  type: Post