Chris@0: futurama: Chris@0: id: 1 Chris@0: title: Isnt futurama awesome? Chris@0: subtitle: It really is, isnt it. Chris@0: content: I like futurama Chris@0: created_at: <%= 1.day.ago.to_s(:db) %> Chris@0: updated_at: Chris@0: Chris@0: harvey_birdman: Chris@0: id: 2 Chris@0: title: Harvey Birdman is the king of all men Chris@0: subtitle: yup Chris@0: content: It really is Chris@0: created_at: <%= 2.hours.ago.to_s(:db) %> Chris@0: updated_at: Chris@0: Chris@0: rails: Chris@0: id: 3 Chris@0: title: Rails is nice Chris@0: subtitle: It makes me happy Chris@0: content: except when I have to hack internals to fix pagination. even then really. Chris@0: created_at: <%= 20.minutes.ago.to_s(:db) %>