-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initialization process #55
Comments
@jpowell I would suggest at least adding the configuration options to the README and/or to the generator. For example, I didn't even know I could use "content_delivery" without diving into the code. |
Sweet! We've been using this internally, and are actively developing conventions around how we use contentful as we spin up multiple apps. Since it's been internal, the docs are coming along more slowly. We do have some docs at www.rubydoc.info/github/watermarkchurch/wcc-contentful The reasons for building this was our needs around using contentful in production (cache invalidation, webhook management, etc), ease of use and extensibility from an individual app implementation standpoint. I'm in the contentful slack organization if you'd like to shorten the feedback loop. |
@jpowell Do you have a quick link for the contentful slack? It would be better to chit chat that way. |
Hi @reidcooper ! I'm also happy to answer any of your questions. Ping me on the contentful slack if you need anything. |
A block of this nature can go in an initializer or config if you're not using rails.
/cc @reidcooper - would love any feedback you have
The text was updated successfully, but these errors were encountered: