Carlos Gochez

Results 4 comments of Carlos Gochez

Hi @thinkingserious, I copy pasted your code in my rails console, and gave me `false` hmm, weird. I'm using Rails `6.0.3.2`, Ruby `2.6.5` and Sendgrid-ruby `6.3.8` ```shell $ rails c...

BUT, noticed that if I do that code in a plain `irb` console, it works! but not on `rails console` or in my rails testing suite. Do you have any...

Hi @thinkingserious, 1. Both gave me `2.6.5` as the `RUBY_VERSION`. 2. The ONLY difference I see is that the rails console is using a Spring preloader `Running via Spring preloader...

Hi @thinkingserious, I figured it out, it's the payload the cause of the issue, and mainly, the `.to_json` method with the `'smtp-id'` section, look: in `irb` console: ```shell $ irb...