annotate lib/plugins/classic_pagination/test/fixtures/topics.yml @ 1459:cf78a7ade302 luisf

Merge from branch "bug_794"
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Mon, 11 Nov 2013 18:25:50 +0000
parents 433d4f72a19b
children
rev   line source
Chris@0 1 futurama:
Chris@0 2 id: 1
Chris@0 3 title: Isnt futurama awesome?
Chris@0 4 subtitle: It really is, isnt it.
Chris@0 5 content: I like futurama
Chris@0 6 created_at: <%= 1.day.ago.to_s(:db) %>
Chris@0 7 updated_at:
Chris@0 8
Chris@0 9 harvey_birdman:
Chris@0 10 id: 2
Chris@0 11 title: Harvey Birdman is the king of all men
Chris@0 12 subtitle: yup
Chris@0 13 content: It really is
Chris@0 14 created_at: <%= 2.hours.ago.to_s(:db) %>
Chris@0 15 updated_at:
Chris@0 16
Chris@0 17 rails:
Chris@0 18 id: 3
Chris@0 19 title: Rails is nice
Chris@0 20 subtitle: It makes me happy
Chris@0 21 content: except when I have to hack internals to fix pagination. even then really.
Chris@0 22 created_at: <%= 20.minutes.ago.to_s(:db) %>