aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/array
Commit message (Expand)AuthorAgeFilesLines
* Pass symbol as an argument instead of a blockErik Michaels-Ober2014-11-291-1/+1
* Avoid creating range objects (take II)Akira Matsuda2014-10-251-1/+5
* Raise a descriptive error if non-positive integer passed to in_groups_of.Xavier Shay2014-07-301-0/+5
* Revert "remove unnecssary require of `to_param`, as `to_query` is already req...Rafael Mendonça França2014-06-111-0/+1
* remove unnecssary require of `to_param`, as `to_query` is already require `to...Kuldeep Aggarwal2014-06-121-1/+0
* Merge pull request #15276 from kuldeepaggarwal/fix-array-toRafael Mendonça França2014-05-231-1/+3
|\
| * revert 96525d63Kuldeep Aggarwal2014-05-231-1/+3
* | add test cases for negative position in Array#fromKuldeep Aggarwal2014-05-231-0/+2
|/
* Typo fixes [ci skip]Akshay Vishnoi2013-11-301-2/+2
* Merge pull request #12842 from kuldeepaggarwal/array_splitGuillermo Iguaran2013-11-111-3/+3
|\
| * Speed up Array#splitKD2013-11-111-3/+3
* | Merge pull request #12841 from kuldeepaggarwal/in-group-documentationYves Senn2013-11-101-1/+1
|\ \ | |/ |/|
| * Array#in_groups: documentation updatedKD2013-11-111-1/+1
* | Array#split preserving the calling arrayKD2013-11-111-2/+2
|/
* Add Rdoc document for Array#forty_twoutenmiki2013-10-311-0/+2
* Merge branch 'master' of github.com:rails/docrailsVijay Dev2013-07-211-17/+2
|\
| * Array#to_formatted_s does not call each element's to_s anymoreAkira Matsuda2013-07-111-17/+2
* | Simplify Array#in_groups_of codeAkira Matsuda2013-07-101-3/+1
* | Speed up Array#splitAkira Matsuda2013-07-101-6/+20
|/
* Remove deprecated Array#uniq_by and Array#uniq_by!Carlos Antonio da Silva2013-07-011-19/+0
* Use faster Array.new instead of []*paddingVipul A M2013-05-021-1/+1
* documentation fixes for Array.wrap and AR::Validations::AssociatedValidatorHrvoje Šimić2013-04-171-6/+6
* fix Array#uniq_by! docs [ci skip]Francesco Rodriguez2013-04-041-2/+2
* fix broken format in Array#to_sentence [ci skip]Francesco Rodriguez2013-04-041-3/+5
* Updating Array access docs more consistentMatt Bridges2013-01-101-4/+4
* prefer american spelling of 'behavior'Gosha Arinich2013-01-071-1/+1
* Remove Reference to Ruby 1.8.7John Kelly2012-12-201-2/+1
* Replace comments' non-breaking spaces with spacesclaudiob2012-12-041-3/+3
* Simplify (and optimize)Marc-Andre Lafortune2012-11-161-3/+3
* Use Integer#div instead of Integer#/ to avoid side effects from mathnMarc-Andre Lafortune2012-11-161-1/+1
* Use `tag!` instead of `method_missing` in `to_xml` conversions.Nikita Afanasenko2012-11-041-3/+3
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-11-031-1/+1
|\
| * fix output messages - docs [ci skip]Francesco Rodriguez2012-10-222-2/+2
| * More changes around 1.9 hash syntaxAvnerCohen2012-10-211-1/+1
* | Make caller attribute in deprecation methods optionalAlexey Gaziev2012-10-301-2/+2
|/
* Hash Syntax changes to 1.9 formatAvnerCohen2012-10-201-1/+1
* let (array|hash)/conversions.rb load the extensions in object/to_(param|query...Xavier Noria2012-10-091-0/+2
* Fix indentation and update documentation for Array#wrap for Ruby 1.9Jo Liss2012-09-201-9/+10
* update AS/core_ext docs [ci skip]Francesco Rodriguez2012-09-125-10/+9
* Ensure Array#to_sentence does not modify given hashCarlos Antonio da Silva2012-06-261-8/+3
* some copy edits [ci skip]Vijay Dev2012-05-301-4/+4
* Updates Array conversions method documentations and clean upsAlvaro Pereyra2012-05-281-4/+0
* fix empty lines [ci skip]Francesco Rodriguez2012-05-281-1/+0
* Merge branch 'master' of github.com:lifo/docrailsAlvaro Pereyra2012-05-284-22/+82
|\
| * add :locale option to Array#to_sentence documentation [ci skip]Francesco Rodriguez2012-05-281-0/+27
| * add examples to Array#to_sentence [ci skip]Francesco Rodriguez2012-05-281-4/+24
| * update documentation of array/access methods [ci skip]Francesco Rodriguez2012-05-281-8/+16
| * Update examples of Array #in_groups and #in_groups_ofAlexey Vakhov2012-05-251-10/+13
* | Updates documentation with cleaner examples and texts [ci skip]Alvaro Pereyra2012-05-281-1/+14
* | Remove blank trailing commentsHenrik Hodne2012-05-202-2/+0
|/