public
Fork of halorgium/mephisto
Description: A mirror of the mephisto code-base
Homepage: http://mephistoblog.com/
Clone URL: git://github.com/technoweenie/mephisto.git
Click here to lend your support to: mephisto and make a donation at www.pledgie.com !
mephisto / test / fixtures / assets.yml
100644 69 lines (69 sloc) 1.384 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
# "content_type", :string
# "filename", :string
# "size", :integer
# "parent_id", :integer
# "thumbnail", :string
# "width", :integer
# "height", :integer
# "site_id", :integer
# "created_at", :datetime
# "title", :string
gif:
  id: 1
  content_type: image/gif
  filename: asset.gif
  size: 2135
  site_id: 1
  created_at: <%= 11.minutes.ago.to_s :db %>
  title: gif
  thumbnails_count: 1
  user_id: 4
png:
  id: 2
  content_type: image/png
  filename: asset.png
  size: 2361
  site_id: 1
  created_at: <%= 10.minutes.ago.to_s :db %>
  title: png
  thumbnails_count: 0
mp3:
  id: 3
  content_type: audio/mpeg
  filename: asset.mp3
  size: 252366
  site_id: 1
  created_at: <%= 9.minutes.ago.to_s :db %>
  title: mp3
mov:
  id: 4
  content_type: video/quicktime
  filename: asset.mov
  size: 235624
  site_id: 1
  created_at: <%= 8.minutes.ago.to_s :db %>
  title: mov
pdf:
  id: 5
  content_type: application/pdf
  filename: asset.pdf
  size: 8246
  site_id: 1
  created_at: <%= 7.minutes.ago.to_s :db %>
  title: pdf
swf:
  id: 6
  content_type: application/x-shockwave-flash
  filename: asset.swf
  size: 46234
  site_id: 1
  created_at: <%= 6.minutes.ago.to_s :db %>
  title: swf
word:
  id: 7
  content_type: application/msword
  filename: asset.doc
  size: 23566
  site_id: 1
  created_at: <%= 5.minutes.ago.to_s :db %>
  title: word