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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit 'mainstream/master'
Pratik Naik
2009-01-14
2
-9
/
+19
|
\
|
*
Change Object#try to raise NoMethodError on private methods and always return...
Pratik Naik
2009-01-13
1
-9
/
+10
|
*
TimeWithZone#xmlschema accepts optional fraction_digits argument [#1725 state...
Nicholas Dainty
2009-01-11
1
-0
/
+9
*
|
Merge commit 'mainstream/master'
Pratik Naik
2009-01-10
2
-0
/
+17
|
\
|
|
*
Object#tap for Ruby < 1.8.7
Jeremy Kemper
2009-01-07
1
-0
/
+8
|
*
TimeWithZone#- gives correct result with wrapped DateTime, and with DateTime ...
gbuesing
2009-01-04
1
-0
/
+9
*
|
Fix grammar (it's -> its)
Chris Kampmeier
2008-12-31
1
-2
/
+2
|
/
*
MaKe Hash#slice! return removed values, akin to Array [#971 state:resolved]
trans
2008-12-26
1
-3
/
+17
*
Add :allow_nil option to delegate [#1127 state:resolved]
Sergio Gil
2008-12-21
1
-0
/
+27
*
Added a :camelize option to ActiveRecord and Hash to_xml serialization and fr...
Bruce Krysiak
2008-12-10
1
-0
/
+7
*
Change Array#to_sentence I18n options to pass comma and space character from ...
Akira Matsuda
2008-12-08
1
-9
/
+10
*
Explicitly require Builder in test that uses it
Jeremy Kemper
2008-11-24
1
-0
/
+1
*
Revert "Hack builder to look for fast_xs instead of insisting on its own Stri...
Jeremy Kemper
2008-11-24
1
-1
/
+0
*
Allow optional arguments and/or block for Object#try like Object#send does. [...
Eloy Duran
2008-11-24
1
-0
/
+7
*
Hack builder to look for fast_xs instead of insisting on its own String#to_xs
Jeremy Kemper
2008-11-23
1
-0
/
+1
*
Require mocha >= 0.9.0 for AS tests
Jeremy Kemper
2008-11-22
7
-315
/
+291
*
Added ActiveSupport::BacktraceCleaner and Rails::BacktraceCleaner for cutting...
David Heinemeier Hansson
2008-11-22
1
-1
/
+1
*
Reduced the number of literal aliases to the range that has actually seen per...
David Heinemeier Hansson
2008-11-21
1
-6
/
+2
*
Ensure only delegations to methods can have an automatic prefix. [#1235 state...
Daniel Schierbeck
2008-11-21
1
-0
/
+11
*
Enumerable#none? conforms to Ruby 1.8.7 behavior
Jeremy Kemper
2008-11-19
1
-1
/
+2
*
Added Object#try. ( Taken from http://ozmm.org/posts/try.html ) [Chris Wanstr...
Pratik Naik
2008-11-19
1
-0
/
+25
*
Added Enumerable#none? to check that none of the elements match the block [#1...
Damian Janowski
2008-11-19
1
-0
/
+10
*
Switch to AS::TestCase for assert_deprecated
Jeremy Kemper
2008-11-15
1
-2
/
+2
*
Subclass AS::TestCase to get custom assertions
Jeremy Kemper
2008-11-07
1
-1
/
+1
*
Rework testing extensions to reflect the recent miniunit upheaval
Jeremy Kemper
2008-11-07
1
-4
/
+4
*
Fix indentation mismatch
Jeremy Kemper
2008-11-07
1
-1
/
+1
*
TimeWithZone#freeze: preload instance variables so that we can actually freeze
gbuesing
2008-10-19
1
-0
/
+13
*
Moved test object instantiation to a setup method.
Daniel Schierbeck
2008-10-19
1
-9
/
+9
*
Made the :prefix option on Module#delegate accept a custom prefix.
Daniel Schierbeck
2008-10-19
1
-0
/
+9
*
Added :prefix option to Module#delegate.
Daniel Schierbeck
2008-10-19
1
-0
/
+12
*
Fix test warnings
Pratik Naik
2008-10-17
1
-2
/
+2
*
Enhance testing for fractional days and weeks. Update changelog.
gbuesing
2008-10-13
2
-13
/
+17
*
Added deprecated warning messages to Float#months and Float#years deprications.
Tom Lea
2008-10-13
1
-8
/
+10
*
Deprecated Float#years and Float#months, moved Numeric#years and Numeric#mont...
Tom Lea
2008-10-13
1
-0
/
+18
*
Time#advance recognizes fractional days and weeks [#970 state:resolved]
Tom Lea
2008-10-13
1
-0
/
+34
*
Adds failed test case for slicing hash with indifferent access with symbol keys
adam
2008-09-23
1
-0
/
+10
*
Deprecated String#chars in favor of String#mb_chars.
Manfred Stienstra
2008-09-21
1
-0
/
+6
*
Move with_kcode helper to abstract_unit. Add tests for multibyte string exten...
Manfred Stienstra
2008-09-21
1
-6
/
+47
*
Fixed Time#end_of_quarter to not blow up on May 31st [#313 state:resolved]
Carlos Brando
2008-09-19
1
-0
/
+1
*
TimeWithZone #wday, #yday and #to_date avoid trip through #method_missing
gbuesing
2008-09-14
1
-1
/
+3
*
Add thorough tests for Time-object #past?, #future? and #today. Fix TimeWithZ...
gbuesing
2008-09-14
4
-41
/
+195
*
Introduce convenience methods past?, today? and future? for Date and Time cla...
Clemens Kofler
2008-09-14
4
-15
/
+79
*
Ensure Hash#except is allowed on a frozen hash. References #382
Mislav Marohnić
2008-09-13
1
-0
/
+14
*
Fix ActiveRecord::Base.quote_bound_value for ActiveSupper::Multibyte::Chars v...
Manfred Stienstra
2008-09-11
1
-0
/
+6
*
Don't run 32bit dependant assertions in 64bit environments
Tarmo Tänav
2008-09-04
1
-4
/
+10
*
Add each_with_object from 1.9 for a more convenient alternative to inject.
Adam Keys
2008-09-03
1
-0
/
+5
*
Database connections are now pooled, one pool per #establish_connection call.
Jeremy Kemper
2008-09-02
2
-9
/
+25
|
\
|
*
Merge rexml-expansion-fix gem into activesupport.
Michael Koziarski
2008-09-02
1
-0
/
+21
|
*
Get rid of 'Object#send!'. It was originally added because it's in Ruby 1.9, ...
Jeremy Kemper
2008-08-31
2
-9
/
+4
*
|
Module#synchronize: Add testcase to ensure that singleton methods can be wrapped
Nick
2008-08-29
1
-3
/
+17
[next]