Mercurial > hg > soundsoftware-site
annotate vendor/plugins/classic_pagination/test/fixtures/.svn/text-base/topics.yml.svn-base @ 36:de76cd3e8c8e cc-branches
* Probably abortive experiments in extracting the branch from Hg
author | Chris Cannam <chris.cannam@soundsoftware.ac.uk> |
---|---|
date | Wed, 20 Oct 2010 10:07:29 +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) %> |