Émile Ré

Results 2 comments of Émile Ré

Hi, I ran into the same issue trying to configure paperclip_optimizer with image_optim_bin on a Rails 4.1 heroku app (https://github.com/janfoeh/paperclip-optimizer/issues/21). I had to use the image_optim_pack gem instead, from https://github.com/toy/image_optim....

To also make it work if you need including `ParentModel.includes(activities: :owner)`, you can override the association in an initializer (for activerecord apps; and e.g., inorder to unscope deleted_at): ```ruby PublicActivity::Activity.class_eval...