index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activesupport
/
test
/
core_ext
/
enumerable_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
use AS::TestCase as the base class
Aaron Patterson
2012-01-05
1
-1
/
+1
*
Revert "Added Enumerable#pluck to wrap the common pattern of collect(&:method...
Aaron Patterson
2011-12-22
1
-7
/
+0
*
remove Enumerable#each_with_object from core_ext as it is present in ruby 1.9
lest
2011-12-21
1
-10
/
+1
*
Added Enumerable#pluck to wrap the common pattern of collect(&:method) *DHH*
David Heinemeier Hansson
2011-12-02
1
-1
/
+8
*
Insure that Enumerable#index_by, group_by, ... return Enumerators
Marc-Andre Lafortune
2011-07-23
1
-1
/
+12
*
Make Enumerable#many? iterate only over what is necessary
Marc-Andre Lafortune
2011-07-23
1
-0
/
+7
*
Make Enumerable#many? not rely on #size
Marc-Andre Lafortune
2011-07-23
1
-1
/
+1
*
Test using generic Enumerables instead of arrays.
Marc-Andre Lafortune
2011-07-23
1
-24
/
+38
*
Make tests more precise
Marc-Andre Lafortune
2011-07-23
1
-14
/
+14
*
Deletes trailing whitespaces (over text files only find * -type f -exec sed '...
Santiago Pastorino
2010-08-14
1
-1
/
+1
*
Add Enumerable#exclude? to bring parity to Enumerable#include? and avoid if !...
David Heinemeier Hansson
2009-12-14
1
-0
/
+5
*
Enumerable#none? is not needed for Ruby >= 1.8.7
Xavier Noria
2009-11-09
1
-11
/
+0
*
Symbol#to_proc is not needed for Ruby >= 1.8.7
Xavier Noria
2009-11-09
1
-1
/
+0
*
Improving test coverage for Range#sum [#2489]
José Valim
2009-08-09
1
-1
/
+1
*
Remove unnecessary &block from Range#sum and add tests for (num..float).sum
Pratik Naik
2009-08-09
1
-0
/
+1
*
Make enumerable test run stand alone
Pratik Naik
2009-08-09
1
-0
/
+1
*
Optimize Range#sum only for integers [#2489]
José Valim
2009-08-09
1
-0
/
+1
*
Optimize Range#sum to use arithmetic progression when a block is not given [#...
José Valim
2009-08-09
1
-0
/
+2
*
Enumerable#sum now works will all enumerables, even if they don't respond to ...
Marc-Andre Lafortune
2009-08-08
1
-0
/
+4
*
Explicit test dependencies
Jeremy Kemper
2009-03-28
1
-0
/
+2
*
Enumerable#none? conforms to Ruby 1.8.7 behavior
Jeremy Kemper
2008-11-19
1
-1
/
+2
*
Added Enumerable#none? to check that none of the elements match the block [#1...
Damian Janowski
2008-11-19
1
-0
/
+10
*
Add each_with_object from 1.9 for a more convenient alternative to inject.
Adam Keys
2008-09-03
1
-0
/
+5
*
Added block-handling to Enumerable#many? (Damian Janowski) [#452 state:resolved]
David Heinemeier Hansson
2008-06-20
1
-2
/
+7
*
Change Enumberal#several? to Enumberal#many?
David Heinemeier Hansson
2008-06-13
1
-3
/
+3
*
Added Enumberable#several? to encapsulate collection.size > 1 [DHH]
David Heinemeier Hansson
2008-06-12
1
-0
/
+6
*
Add OrderedHash#to_hash. Closes #11266 [josh]
Michael Koziarski
2008-03-03
1
-0
/
+1
*
Enumerable#group_by uses ActiveSupport::OrderedHash
Jeremy Kemper
2008-01-23
1
-1
/
+1
*
Fix up Enumerable#group_by
Jeremy Kemper
2008-01-09
1
-2
/
+6
*
require abstract_unit directly since test is in load path
Jeremy Kemper
2008-01-05
1
-1
/
+1
*
Ruby 1.9 compat. References #1689 [Pratik Naik]
Jeremy Kemper
2007-12-10
1
-1
/
+1
*
Change test for ruby 1.9 crash
Jeremy Kemper
2007-09-27
1
-6
/
+4
*
Some 1.9 forward compatibility
Jeremy Kemper
2007-09-14
1
-4
/
+6
*
Optional identity for Enumerable#sum defaults to zero. Closes #5657.
Jeremy Kemper
2006-07-09
1
-1
/
+7
*
r4487@asus: jeremy | 2006-04-29 12:21:39 -0700
Jeremy Kemper
2006-07-08
1
-4
/
+2
*
Enumerable#sum without blocks. Closes #5505. Don't assume 0 identity for sum.
Jeremy Kemper
2006-06-25
1
-3
/
+23
*
Add Enumerable#index_by
Nicholas Seckar
2006-06-24
1
-0
/
+10
*
Added Enumerable#sum for calculating a sum from the elements [DHH]
David Heinemeier Hansson
2006-06-24
1
-1
/
+8
*
Remove Enumerable#first_match in favor of using break(result_for_each)
Nicholas Seckar
2006-05-21
1
-10
/
+0
*
Add Enumerable#group_by and Array#in_groups_of
Marcel Molina
2006-03-01
1
-1
/
+16
*
Added Enumerable#first_match
Nicholas Seckar
2005-10-14
1
-0
/
+15