annotate vendor/plugins/classic_pagination/test/fixtures/.svn/text-base/topics.yml.svn-base @ 864:2465362d1b56 bug_145

Close obsolete branch bug_145
author Chris Cannam
date Wed, 11 May 2011 11:57:41 +0100
parents 513646585e45
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) %>