Sha256: 75280fc99619ed8b68c62ef3d7e84a48461d8ef59209019c77c60ef8cd1ea4e3

Contents?: true

Size: 768 Bytes

Versions: 3

Compression:

Stored size: 768 Bytes

Contents

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

rails:
  id: 3
  author_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.iso8601 %>

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fake_arel-1.5.1 spec/fixtures/topics.yml
fake_arel-1.5.0 spec/fixtures/topics.yml
fake_arel-1.4.0 spec/fixtures/topics.yml