-
Notifications
You must be signed in to change notification settings - Fork 33
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
Templates render _only_ the style node #35
Comments
Sorry about that... It's a bug that happens for views with more than one root node. It should be fixed in the next few days, this commit in #32 addresses that. Feel free to try that branch if you want in the meantime... I'll close this issue when I release it. |
Should be completely addressed with 1.3.7.0. Let us know if that's not the case! Thanks for reporting this. |
Looks like this fixes the issue! Thank you!
|
So what I found tonight is that while this appeared to work properly in my local dev environment, it's not working for me on my staging environment on Heroku... |
@sdhull Probably an issue with deploying? |
Yeah, I thought it was maybe something like that too, however from heroku console:
When I try to send emails from the console, inky templates don't send at all. When I inspect the mail object returned, the body is
But emails with just html templates send fine (I haven't converted existing templates to inky). |
Mmm, so it's not the same bug (the Ideally open a new issue, but I won't be able to check it out let alone fix it unless you manage to dig a bit further. The gem is quite small, and there's a rails test so maybe you can figure out what's causing the issue? |
Figured it out. Submitted a PR to fix it. |
Yeah, I thought it was maybe something like that too, however from heroku
When I try to send emails from the console, inky templates don't send at
But emails with just html templates send fine (I haven't converted existing |
Probably an issue with deploying? On Fri, Oct 21, 2016 at 3:36 AM, Steve notifications@github.com wrote:
|
lol sorry I sent that last Friday while Dyn was under attack. When Dyn had recovered I just came to Github and left the comment. Apparently the DDoS attack delayed the processing of this email. You can ignore this, sorry. |
Am I doing something obviously wrong?
Site is open source, feel free to check it out. Branch is here. When I visit the email preview (or send the email from console), the resulting email has the email layout and the
<style>
node from the template but nothing else.What gives? I even tried updating to use latest master from github. I also had an issue with compatibility of
foundation-rails
andfoundation-emails
.The text was updated successfully, but these errors were encountered: