• Y
    rename `Relation#uniq` to `Relation#distinct`. `#uniq` still works. · a1bb6c8b
    Yves Senn 提交于
    The similarity of `Relation#uniq` to `Array#uniq` is confusing. Since our
    Relation API is close to SQL terms I renamed `#uniq` to `#distinct`.
    
    There is no deprecation. `#uniq` and `#uniq!` are aliases and will continue
    to work. I also updated the documentation to promote the use of `#distinct`.
    a1bb6c8b
finder_test.rb 32.4 KB