watermarkchurch / wcc-contentful

An alternative to Contentful's contentful.rb ruby client, contentful_model, and contentful_rails gems all in one.
MIT License
2 stars 1 forks source link

Feature/preview api #25

Closed rorJeremy closed 6 years ago

rorJeremy commented 6 years ago

This is a dependency for the closing of #139

jpowell commented 6 years ago

Demo on staging revealed an issue when caching is taking place. The client caches which version is rendered, and if you change your parameters, the preview version is still displayed. Steps to reproduce:

  1. Edit a published blog post
  2. Preview your changes
  3. Remove the preview parameter - you can even try an incognito window to ensure it's not browser cache

/cc @rorJeremy