aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/array/uniq_by.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated Array#uniq_by and Array#uniq_by!Carlos Antonio da Silva2013-07-011-19/+0
* fix Array#uniq_by! docs [ci skip]Francesco Rodriguez2013-04-041-2/+2
* Make caller attribute in deprecation methods optionalAlexey Gaziev2012-10-301-2/+2
* update AS/core_ext docs [ci skip]Francesco Rodriguez2012-09-121-1/+0
* AS core_ext refactoring pt.2Alexey Gaziev2012-04-291-4/+2
* adds deprecation warnings to the RDoc of Array#uniq_by(!)Xavier Noria2011-12-201-2/+6
* deprecate Array#uniq_by and Array#uniq_by! in favor of Array#uniq and Array#u...Vasiliy Ermolovich2011-12-221-6/+8
* fix comment alignmentVijay Dev2011-05-071-3/+2
* edit pass to apply API guideline wrt the use of "# =>" in example codeXavier Noria2010-07-301-1/+1
* Add uniq_by and uniq_by! to Array.José Valim and Mikel Lindsaar2010-01-241-0/+17