aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/array/access.rb
Commit message (Expand)AuthorAgeFilesLines
* Updating Array access docs more consistentMatt Bridges2013-01-101-4/+4
* update documentation of array/access methods [ci skip]Francesco Rodriguez2012-05-281-8/+16
* AS core_ext refactoringAlexey Gaziev2012-04-291-1/+1
* avoid creating range objectsAaron Patterson2011-05-291-1/+1
* fixed a small bug with Array#from core_extJosh Kalderimis2011-04-271-1/+1
* using @tenderlove's suggested implementation to speed things upJared McFarland2011-04-271-1/+1
* fixing Array#from to return consistent resultsJared McFarland2011-04-261-2/+2
* [].from(0) actually returns [], not nilRyan Bigg2009-12-171-1/+1
* Convert array extension modules to class reopensJeremy Kemper2009-03-211-46/+39
* Reduced the number of literal aliases to the range that has actually seen per...David Heinemeier Hansson2008-11-211-23/+3
* Merge docrailsPratik Naik2008-10-051-9/+9
* Merge docrails changesPratik Naik2008-07-281-9/+11
* Added Array#second through Array#tenth as aliases for Array#[1] through Array...David Heinemeier Hansson2008-06-171-0/+45
* Improve documentation.Pratik Naik2008-04-051-4/+2
* Added Array#from and Array#to that behaves just from String#from and String#t...David Heinemeier Hansson2007-11-271-0/+28