Sha256: 7f8e7d22d1a296719e3bd216c986cf1e05c7ed37cbf2a2ead21463134024210f

Contents?: true

Size: 748 Bytes

Versions: 30

Compression:

Stored size: 748 Bytes

Contents

futurama:
  id: 1
  title: Isnt futurama awesome?
  subtitle: It really is, isnt it.
  content: I like futurama
  created_at: <%= 1.day.ago.utc.to_s(:db) %>
  updated_at:
  
harvey_birdman:
  id: 2
  title: Harvey Birdman is the king of all men
  subtitle: yup
  content: He really is
  created_at: <%= 2.hours.ago.utc.to_s(:db) %>
  updated_at:

rails:
  id: 3
  project_id: 1
  title: Rails is nice
  subtitle: It makes me happy
  content: except when I have to hack internals to fix pagination. even then really.
  created_at: <%= 20.minutes.ago.utc.to_s(:db) %>

ar:
  id: 4
  project_id: 1
  title: ActiveRecord sometimes freaks me out
  content: "I mean, what's the deal with eager loading?"
  created_at: <%= 15.minutes.ago.utc.to_s(:db) %>

Version data entries

30 entries across 30 versions & 4 rubygems

Version Path
will_paginate-3.3.1 spec/fixtures/topics.yml
will_paginate-3.3.0 spec/fixtures/topics.yml
will_paginate-3.2.1 spec/fixtures/topics.yml
will_paginate-3.2.0 spec/fixtures/topics.yml
will_paginate-3.1.8 spec/fixtures/topics.yml
will_paginate-3.1.7 spec/fixtures/topics.yml
will_paginate-3.1.6 spec/fixtures/topics.yml
will_paginate-3.0.12 spec/fixtures/topics.yml
will_paginate-3.1.5 spec/fixtures/topics.yml
will_paginate-3.0.11 spec/fixtures/topics.yml
will_paginate-3.1.3 spec/fixtures/topics.yml
will_paginate-3.0.10 spec/fixtures/topics.yml
will_paginate-3.0.9 spec/fixtures/topics.yml
will_paginate-3.1.2 spec/fixtures/topics.yml
will_paginate-3.1.1 spec/fixtures/topics.yml
will_paginate-3.0.8 spec/fixtures/topics.yml
will_paginate-3.1.0 spec/fixtures/topics.yml
will_paginate_seo-3.0.4 spec/fixtures/topics.yml
will_paginate-3.0.7 spec/fixtures/topics.yml
will_paginate-3.0.6 spec/fixtures/topics.yml