jpmermoz
jpmermoz
OK, I've found the error (at least in my case) This "extra table error" appeared if you mix "joins" and "includes" statements in the same relation. In my case I...
@theSociableme just use joins in one place, not both. For example: In model: scope :mobile_phones, -> { joins(:phone).where(phones: { type: "MobilePhone" }) } In controller: (not necessary to do joins...
I'm getting the same issue here. Docker version 18.02.0-ce, build fc4de44
Same issue here. Next js with strict mode disabled and still not working
> Hi, Same problem here @jpmermoz Did you find a workaround? Yes, I modified the Dockerfile in order to remove the expired certificate: FROM phusion/passenger-ruby23:0.9.29 # Make a backup of...
> Is this expired certificate part of wicked_pdf, wkhtmltopdf, or Ubuntu linux? Which Dockerfile did you edit, one related to deploying your specific application? I think the issue is part...