Mercurial > hg > soundsoftware-site
comparison vendor/plugins/classic_pagination/test/fixtures/topics.yml @ 0:513646585e45
* Import Redmine trunk SVN rev 3859
author | Chris Cannam |
---|---|
date | Fri, 23 Jul 2010 15:52:44 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:513646585e45 |
---|---|
1 futurama: | |
2 id: 1 | |
3 title: Isnt futurama awesome? | |
4 subtitle: It really is, isnt it. | |
5 content: I like futurama | |
6 created_at: <%= 1.day.ago.to_s(:db) %> | |
7 updated_at: | |
8 | |
9 harvey_birdman: | |
10 id: 2 | |
11 title: Harvey Birdman is the king of all men | |
12 subtitle: yup | |
13 content: It really is | |
14 created_at: <%= 2.hours.ago.to_s(:db) %> | |
15 updated_at: | |
16 | |
17 rails: | |
18 id: 3 | |
19 title: Rails is nice | |
20 subtitle: It makes me happy | |
21 content: except when I have to hack internals to fix pagination. even then really. | |
22 created_at: <%= 20.minutes.ago.to_s(:db) %> |