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
Search Repo:
Click here to lend your support to: mephisto and make a donation at www.pledgie.com !
mephisto / test / fixtures / cached_pages.yml
100644 20 lines (19 sloc) 0.41 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
first:
  id: 1
  site_id: 1
  url: /foo
  references: "[[1:Article]]"
  updated_at: <%= 5.minutes.ago.to_s :db %>
first_cleared:
  id: 2
  site_id: 1
  url: /bar
  references: "[[1:Article]][[1:Section]]"
  updated_at: <%= 1.hour.ago.to_s :db %>
  cleared_at: <%= 15.minutes.ago.to_s :db %>
cupcake:
  id: 3
  site_id: 2
  url: /foo
  references: "[[8:Article]]"
  updated_at: <%= 15.minutes.ago.to_s :db %>