aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/array/wrap.rb
Commit message (Expand)AuthorAgeFilesLines
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* Merge pull request #19799 from yui-knk/fix/wrap_doc2Arthur Nogueira Neves2015-04-191-3/+4
|\
| * [ci skip] Fix docs and guide about 'Array.wrap'yui-knk2015-04-191-3/+4
* | [ci skip] Replace `list` with `array`yui-knk2015-04-181-1/+1
|/
* documentation fixes for Array.wrap and AR::Validations::AssociatedValidatorHrvoje Šimić2013-04-171-6/+6
* Remove Reference to Ruby 1.8.7John Kelly2012-12-201-2/+1
* fix output messages - docs [ci skip]Francesco Rodriguez2012-10-221-1/+1
* Hash Syntax changes to 1.9 formatAvnerCohen2012-10-201-1/+1
* 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-121-2/+2
* remove docs related to ruby 1.8 from Array#wrapVasiliy Ermolovich2012-05-121-3/+0
* Array.wrap should follow Kernel#Array semantics when the object's to_ary is n...Jon Leighton2011-06-301-1/+1
* Fixed minor typo: 'Arraw' to 'Array'thoefer2011-06-111-1/+1
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-1/+1
* explains Array.wrap directly, rather by comparison with Kernel#Array which is...Xavier Noria2010-08-011-1/+22
* adds test coverage for edge-cases of Array.wrap, and better documentation for...Xavier Noria2010-07-281-4/+9
* Merge remote branch 'mainstream/master'Pratik Naik2009-11-171-9/+4
|\
| * Ruby 1.9.2: work around Array allowing method_missing for to_aryJeremy Kemper2009-11-131-4/+3
| * Array.wrap(struct) needs to return the wrapped structYehuda Katz2009-10-281-12/+7
| * This is all that's needed in 1.8.7+Yehuda Katz2009-10-281-10/+11
* | explains difference between Array.wrap and Array()Xavier Noria2009-08-251-0/+9
|/
* * Introduce ActiveSupport.core_ext Integer, %w(conversions time etc)Jeremy Kemper2009-03-211-0/+18