• Y
    deprecate `Relation#uniq` use `Relation#distinct` instead. · adfab2dc
    Yves Senn 提交于
    See #9683 for the reasons we switched to `distinct`.
    
    Here is the discussion that triggered the actual deprecation #20198.
    
    `uniq`, `uniq!` and `uniq_value` are still around.
    They will be removed in the next minor release after Rails 5.
    adfab2dc
query_methods.rb 36.9 KB