zrisher
zrisher
This PR adds a bit more detail to the readme around two major stumbling blocks for new users: * It's unclear where `LocalStrategy` in the first code example comes from...
Hi all, Thanks for this awesome gem. **I'm having a bit of trouble precompiling my assets on Windows 10. `rake assets:precompile` works fine in development and test, but `rake assets:precompile...
When writing the [`linkResolver`](https://prismic.io/docs/javascript/beyond-the-api/link-resolving) function, we must provide our full understanding of our app's routing. This works fine in simple cases. However, some of us use [`nuxt-i18n`](https://i18n.nuxtjs.org/) to manage language-aware...
## What should happen? When using an `Orbit` component in a mobile browser, when scrolling through slides, no vertical scroll should occur and no console warnings should appear. ## What...
Hi all, I came upon Asari when looking for the best Rails gem for the best search solution given my architecture. Given the trend towards cloud compute, AWS's dominance, the...
Hi there, Great repo! Working with this advice myself, I've noticed that my apple touch icons were being manipulated by iOS and the background turned black. This turned out to...
Hi there! Thanks for this wonderful plugin. I'm having a more difficult time triggering the swipe functionality than I would like. Don't get me wrong - it _does_ work, but...
The `checkbox` component should provide a way to use form field validation, just as `input` does. Standard HTML `` purportedly will perform this validation, but there's currently no way to...
I'm a little confused as to how to best make use of the existing caching support. I see in `lib/contentful_rails/caching/timestamps.rb` that this maintains a `timestamp_cache_key` for `ContentfulModel`s that gets invalidated...
Would it be possible to get an example of how to use route slugging with contentful_rails? I see the below `Sluggable` concern, but I'm having trouble getting it to work....