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