4ef3e3491e
Goldiloader is great, but has several issues with has_many :through relations: * https://github.com/salsify/goldiloader/issues/12 * https://github.com/salsify/goldiloader/issues/14 * https://github.com/salsify/goldiloader/issues/18 Rather than try to figure out which applies in each case, we should just do the drudge work of manually disabling autoloading for all relations of this type. We can always use regular preloading for specific cases, but this way we avoid generating invalid queries through Goldiloader's magic. |
||
---|---|---|
.. | ||
has_many_through_scope.rb | ||
httparty.rb | ||
module_with_instance_variables.rb | ||
predicate_memoization.rb |