Thomas Dippel
Thomas Dippel
I don't experience the issue with devise, but did have the problem with empty body in production. I fixed it by adding this to my production.rb ``` config.action_dispatch.x_sendfile_header = nil...
:+1:
@aventinesolutions could you please update this pull request?
@aventinesolutions there seems to be some merge conflicts preventing this pull request from getting merged. So what you need to do is merge my latest master into your branch and...
Please try to address the concerns that @ekampp pointed out
Could you create a pull request for this?
In that case you might have to make a fork of this repo, then cherry pick your changes into that fork
@hagits have you tried doing polymorphic associations? http://guides.rubyonrails.org/v3.2.13/association_basics.html#polymorphic-associations
@achempion sure, but is there a function that can be called to generate this version or do I manually have to write code that downloads the original images from S3...
We are having this issue as well, which means that some of our scheduled jobs fail to run at times. We're using these resque-related gems: ``` resque (1.25.1) mono_logger (~>...