-
Notifications
You must be signed in to change notification settings - Fork 26
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
cloudinary gem & rails_amp #4
Comments
Thank you for your report. Can you show me the error messages or logs? |
@takafumir - I'm getting the same error and also have the cloudinary gem. I have just installed your gem and was testing it on a single object type and got this error. I tried removing all object types from the rails_amp.yml, but I still get this error on every page where I use the cloudinary helper cl_image_tag (as noted above.) Here's the on-page error:
And the log (partial):
Hope this helps - let me know if I can provide more detail. |
Fyi, Cloudinary offered a workaround that appears to have cleared up the issue for me:
|
if using this gem with cloudinary gem, the cloudinary helper:
cl_image_tag (which is a wrapper to image_tag, used to create img tags with cloudinary parameters)
creates an infinite loop which throws:
SystemStackError (stack level too deep)
The text was updated successfully, but these errors were encountered: