• Y
    Deprecate the `:distinct` option for `Relation#count`. · cd87c85e
    Yves Senn 提交于
    We moved more and more away from passing options to finder / calculation
    methods. The `:distinct` option in `#count` was one of the remaining places.
    Since we can now combine `Relation#distinct` with `Relation#count` the option
    is no longer necessary and can be deprecated.
    cd87c85e
relations_test.rb 46.6 KB