Nkadze
Nkadze
Guys any plans to merge this PR?
Just checked this fork on my project and I still get `subquery_for_count` when used with `scoped_collection` including joins and merges
Right now, in my case if you use ``` controller do def scoped_collection super.joins(:parent).includes(:parent).merge(Parent.some_simple_scope).order('parent.column DESC') end end ``` something like this, then you use filter on one of the columns,...
@idobarnoam, Thanks for quick response, Those are package versions: ``` ruby '2.3.1' 'rails', '~> 5.1.5' cloudinary (1.9.1) carrierwave (1.2.3) ``` Uploader: ``` ruby class ImageUploader < CarrierWave::Uploader::Base include Cloudinary::CarrierWave process...