mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-27 09:34:08 +01:00
Updated to svn tags/tracks-1.6
This commit is contained in:
parent
103fcb8049
commit
02496f2d44
2274 changed files with 0 additions and 0 deletions
10
vendor/plugins/has_many_polymorphs/test/fixtures/bow_wows.yml
vendored
Normal file
10
vendor/plugins/has_many_polymorphs/test/fixtures/bow_wows.yml
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
rover:
|
||||
id: 1
|
||||
name: Rover
|
||||
created_at: "2007-01-01 12:00:00"
|
||||
updated_at: "2007-01-04 10:00:00"
|
||||
spot:
|
||||
id: 2
|
||||
name: Spot
|
||||
created_at: "2007-01-02 12:00:00"
|
||||
updated_at: "2007-01-03 10:00:00"
|
||||
18
vendor/plugins/has_many_polymorphs/test/fixtures/cats.yml
vendored
Normal file
18
vendor/plugins/has_many_polymorphs/test/fixtures/cats.yml
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
chloe:
|
||||
id: 1
|
||||
cat_type: Kitten
|
||||
name: Chloe
|
||||
created_at: "2007-04-01 12:00:00"
|
||||
updated_at: "2007-04-04 10:00:00"
|
||||
alice:
|
||||
id: 2
|
||||
cat_type: Kitten
|
||||
name: Alice
|
||||
created_at: "2007-04-02 12:00:00"
|
||||
updated_at: "2007-04-03 10:00:00"
|
||||
toby:
|
||||
id: 3
|
||||
cat_type: Tabby
|
||||
name: Toby
|
||||
created_at: "2007-04-02 12:00:00"
|
||||
updated_at: "2007-04-03 10:00:00"
|
||||
0
vendor/plugins/has_many_polymorphs/test/fixtures/eaters_foodstuffs.yml
vendored
Normal file
0
vendor/plugins/has_many_polymorphs/test/fixtures/eaters_foodstuffs.yml
vendored
Normal file
12
vendor/plugins/has_many_polymorphs/test/fixtures/fish.yml
vendored
Normal file
12
vendor/plugins/has_many_polymorphs/test/fixtures/fish.yml
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
swimmy:
|
||||
id: 1
|
||||
name: Swimmy
|
||||
speed: 10
|
||||
created_at: "2007-02-01 12:00:00"
|
||||
updated_at: "2007-02-04 10:00:00"
|
||||
jaws:
|
||||
id: 2
|
||||
name: Jaws
|
||||
speed: 20
|
||||
created_at: "2007-02-02 12:00:00"
|
||||
updated_at: "2007-02-03 10:00:00"
|
||||
5
vendor/plugins/has_many_polymorphs/test/fixtures/frogs.yml
vendored
Normal file
5
vendor/plugins/has_many_polymorphs/test/fixtures/frogs.yml
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
froggy:
|
||||
id: 1
|
||||
name: Froggy
|
||||
created_at: "2007-05-01 12:00:00"
|
||||
updated_at: "2007-05-04 10:00:00"
|
||||
0
vendor/plugins/has_many_polymorphs/test/fixtures/keep_your_enemies_close.yml
vendored
Normal file
0
vendor/plugins/has_many_polymorphs/test/fixtures/keep_your_enemies_close.yml
vendored
Normal file
0
vendor/plugins/has_many_polymorphs/test/fixtures/little_whale_pupils.yml
vendored
Normal file
0
vendor/plugins/has_many_polymorphs/test/fixtures/little_whale_pupils.yml
vendored
Normal file
7
vendor/plugins/has_many_polymorphs/test/fixtures/people.yml
vendored
Normal file
7
vendor/plugins/has_many_polymorphs/test/fixtures/people.yml
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
bob:
|
||||
id: 1
|
||||
name: Bob
|
||||
age: 45
|
||||
created_at: "2007-04-01 12:00:00"
|
||||
updated_at: "2007-04-04 10:00:00"
|
||||
|
||||
11
vendor/plugins/has_many_polymorphs/test/fixtures/petfoods.yml
vendored
Normal file
11
vendor/plugins/has_many_polymorphs/test/fixtures/petfoods.yml
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
kibbles:
|
||||
the_petfood_primary_key: 1
|
||||
name: Kibbles
|
||||
created_at: "2007-06-01 12:00:00"
|
||||
updated_at: "2007-06-04 10:00:00"
|
||||
bits:
|
||||
the_petfood_primary_key: 2
|
||||
name: Bits
|
||||
created_at: "2007-06-02 12:00:00"
|
||||
updated_at: "2007-06-03 10:00:00"
|
||||
|
||||
5
vendor/plugins/has_many_polymorphs/test/fixtures/whales.yml
vendored
Normal file
5
vendor/plugins/has_many_polymorphs/test/fixtures/whales.yml
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
shamu:
|
||||
id: 1
|
||||
name: Shamu
|
||||
created_at: "2007-03-01 12:00:00"
|
||||
updated_at: "2007-03-04 10:00:00"
|
||||
10
vendor/plugins/has_many_polymorphs/test/fixtures/wild_boars.yml
vendored
Normal file
10
vendor/plugins/has_many_polymorphs/test/fixtures/wild_boars.yml
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
puma:
|
||||
id: 1
|
||||
name: Puma
|
||||
created_at: "2007-07-01 12:00:00"
|
||||
updated_at: "2007-07-04 10:00:00"
|
||||
jacrazy:
|
||||
id: 2
|
||||
name: Jacrazy
|
||||
created_at: "2007-07-02 12:00:00"
|
||||
updated_at: "2007-07-03 10:00:00"
|
||||
Loading…
Add table
Add a link
Reference in a new issue