Sha256: cad6baf0472dd3c3cf2c25ef91f0ecf88c344aea9a7ef032b609985b9ddce34d

Contents?: true

Size: 912 Bytes

Versions: 9

Compression:

Stored size: 912 Bytes

Contents

post_with_same_friendly_id_as_person:
  name: john-smith
  sluggable: john_smith (Post)

person_with_same_friendly_id_as_post:
  name: john-smith
  sluggable: john_smith (Person)

one:
  name: with-one-slug
  sluggable: with_one_slug
  sluggable_type: Post
  sequence: 1

two_old:
  name: with-two-slugs
  sluggable: with_two_slugs (Post)
  sequence: 1
  
two_new:
  name: with-two-slugs-new
  sluggable: with_two_slugs (Post)
  sequence: 1

common_title:
  name: common-title
  sluggable: common_title (Post)
  sequence: 1

common_title2:
  name: common-title
  sluggable: common_title2 (Post)
  sequence: 2

john_smith:
  name: john-smith
  sluggable: john_smith (Person)
  sequence: 1
  scope: argentina

john_smith2:
  name: john-smith
  sluggable: john_smith2 (Person)
  sequence: 1
  scope: usa

argentina:
  name: argentina
  sluggable: argentina (Country)
    
usa:
  name: usa
  sluggable: usa (Country)

Version data entries

9 entries across 9 versions & 4 rubygems

Version Path
dougcole-friendly_id-2.0.2 test/fixtures/slugs.yml
dougcole-friendly_id-2.0.3 test/fixtures/slugs.yml
dougcole-friendly_id-2.0.4 test/fixtures/slugs.yml
dougcole-friendly_id-2.0.5 test/fixtures/slugs.yml
norman-friendly_id-2.0.1 test/fixtures/slugs.yml
norman-friendly_id-2.0.2 test/fixtures/slugs.yml
alancse-friendly_id-2.0.1 test/fixtures/slugs.yml
friendly_id-2.0.0 test/fixtures/slugs.yml
friendly_id-2.0.1 test/fixtures/slugs.yml