I maintain a gem called `baby_squeel` [here](https://github.com/rzane/baby_squeel). It depends on polyamorous, and has some overlap with ransack. The most irritating overlap is in building a join dependency from a relation, like ransack does [here](https://github.com/activerecord-hackery/ransack/blob/4128660fd26797874511a8b0f54de8ffacfc826d/lib/ransack/adapters/active_record/context.rb#L253). Any interest in co-maintaining a gem that converts a relation to a join dependency? I've created a repo [here](https://github.com/rzane/join_dependency/blob/master/lib/join_dependency.rb) that baby_squeel will soon depend on. I'd be happy to transfer this gem into the `activerecord-hackery` namespace. Alternatively, maybe this functionality could be merged into polyamorous?
I maintain a gem called
baby_squeelhere. It depends on polyamorous, and has some overlap with ransack.The most irritating overlap is in building a join dependency from a relation, like ransack does here.
Any interest in co-maintaining a gem that converts a relation to a join dependency? I've created a repo here that baby_squeel will soon depend on.
I'd be happy to transfer this gem into the
activerecord-hackerynamespace. Alternatively, maybe this functionality could be merged into polyamorous?